Uses of Class
picocli.CommandLine.Command
-
-
Uses of CommandLine.Command in picocli
Classes in picocli with annotations of type CommandLine.Command Modifier and Type Class Description static class
CommandLine.HelpCommand
Help command that can be installed as a subcommand on all application commands.Methods in picocli with parameters of type CommandLine.Command Modifier and Type Method Description void
CommandLine.Model.CommandSpec. updateCommandAttributes(CommandLine.Command cmd, CommandLine.IFactory factory)
Updates the following attributes from the specified@Command
annotation: aliases,parser separator
, command name, version, help command, version provider, default provider andusage message spec
.
-