Remove the error when extras are left over on the command line.
| 4914 | |
| 4915 | /// Remove the error when extras are left over on the command line. |
| 4916 | App *required(bool require = true) { |
| 4917 | required_ = require; |
| 4918 | return this; |
| 4919 | } |
| 4920 | |
| 4921 | /// Disable the subcommand or option group |
| 4922 | App *disabled(bool disable = true) { |
no outgoing calls
no test coverage detected