Module

mix cmd

Changes by version

Elixir 1.19.0

· 1 change

Bugfix Tool: Mix

Preserve argument quoting in subcommands by no longer performing shell expansion. To revert to the previous behaviour, pass --shell before the command name

Elixir 1.18.0

· 1 change

Hard Deprecation Tool: Mix

Deprecate mix cmd --app APP in favor of mix do --app APP

Elixir 1.14.0

· 1 change

Enhancement Tool: Mix

The --app option in mix cmd CMD is deprecated in favor of the more efficient mix do --app app cmd CMD

Elixir 1.11.0

· 1 change

Bugfix Tool: Mix

Fix a bug where only the first --app option would be executed

Elixir 1.6.0

· 1 change

Bugfix Tool: Mix

Allow mix cmd to be invoked multiple times without marking it as executed

Elixir 1.4.0

· 1 change

Enhancement Tool: Mix

Add the ability to specify one or more apps in mix cmd