Returns the CommandSpec model that this CommandLine was constructed with. @return the CommandSpec model @since 3.0
()
| 264 | * @return the {@code CommandSpec} model |
| 265 | * @since 3.0 */ |
| 266 | public CommandSpec getCommandSpec() { return commandSpec; } |
| 267 | |
| 268 | /** |
| 269 | * Adds the options and positional parameters in the specified mixin to this command. |
no outgoing calls