Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Command): Add
Command.takesValue(b)
setter
This patch introduces a new setter for `Command.setting.takes_values` previously you had to use either `Command.takesSingleValue` or `Command.takesNValues` or set it manually.
- Loading branch information