Update move command to accept standard mv args#173
Conversation
Co-authored-by: martin.emde <martin.emde@gusto.com>
|
Cursor Agent can help with this pull request. Just |
|
@cursor Make sure sorbet passes: |
|
Fixed the Sorbet type errors by adding The changes:
This satisfies Sorbet's type checker while preserving the logic. The linter shows no errors, and the type checks should pass in CI. Learn more about Cursor Agents |
Co-authored-by: martin.emde <martin.emde@gusto.com>
ivy
left a comment
There was a problem hiding this comment.
Thoughts about deprecating move and making an mv subcommand? I think that would further reinforce the argument order by following Unix conventions.
Aligns the
bin/packs movecommand's argument order with the standardmvutility.The command now accepts arguments as
sources... destination(last argument is the destination pack), making it more intuitive and consistent with common CLI patterns.Slack Thread