MCPcopy
hub / github.com/remkop/picocli / getCommandSpec

Method getCommandSpec

src/main/java/picocli/CommandLine.java:266–266  ·  view source on GitHub ↗

Returns the CommandSpec model that this CommandLine was constructed with. @return the CommandSpec model @since 3.0

()

Source from the content-addressed store, hash-verified

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.

Calls

no outgoing calls