You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the original release of the Chocolatey Cake aliases, there have been a number of new options added for the different commands.
In addition, best practices have been defined for how to call Chocolatey commands, in terms of using full option name, as well as preferring usage of = in the option vlaue.
We should overhaul the current Chocolatey Cake aliases taking all of the above things into consideration, as well as making sure that all common options are added to each command, with tests included for all of them.
The text was updated successfully, but these errors were encountered:
- Make use of full option name
- Make sure to always use = in option value
- Add common options to all commands
- Add new options that have been added since aliases first created
gep13
added a commit
to gep13/cake
that referenced
this issue
Nov 7, 2022
- Make use of full option name
- Make sure to always use = in option value
- Add common options to all commands
- Add new options that have been added since aliases first created
Since the original release of the Chocolatey Cake aliases, there have been a number of new options added for the different commands.
In addition, best practices have been defined for how to call Chocolatey commands, in terms of using full option name, as well as preferring usage of
=
in the option vlaue.We should overhaul the current Chocolatey Cake aliases taking all of the above things into consideration, as well as making sure that all common options are added to each command, with tests included for all of them.
The text was updated successfully, but these errors were encountered: