| Currently, Bolt accepts any available option for each command, even if that option shouldn't be available. Bolt should reject the option and notify the user that it is invalid instead. For example available options for 'bolt plan show' does not include --targets. However, the command 'bolt plan show --targets localhost' will still run. |