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 classCommandLine.HelpCommandHelp 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 voidCommandLine.Model.CommandSpec. updateCommandAttributes(CommandLine.Command cmd, CommandLine.IFactory factory)Updates the following attributes from the specified@Commandannotation: aliases,parser separator, command name, version, help command, version provider, default provider andusage message spec.
-