Open
Description
There may be some commands/plugins that you want to disable on certain environments such as staging.
Criteria
- Add a new environment variable that allows for a comma delimited list of command names.
- The list should be split on
,
and then trimmed to interpret the command name- Either examples below should work
command 1, command 2, etc
command 1,command 2,etc
command 1 , command 2 ,etc
- Some people just want to see the world burn 🔥