Preserve argument quoting in subcommands by no longer performing shell expansion. To revert to the previous behaviour, pass --shell before the command name
Module
mix cmd
6 changes across 6 versions
Changes by version
Deprecate mix cmd --app APP in favor of mix do --app APP
The --app option in mix cmd CMD is deprecated in favor of the more efficient mix do --app app cmd CMD
Fix a bug where only the first --app option would be executed
Allow mix cmd to be invoked multiple times without marking it as executed
Add the ability to specify one or more apps in mix cmd