Uses of Class
picocli.CommandLine.Command
-
Packages that use CommandLine.Command Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletionfunctionality.picocli.codegen.docgen.manpage Provides tools for generating man-page documentation in AsciiDoc format from a picocli CommandSpec model.picocli.shell.jline3 Provides classes and interfaces for integrating picocli with JLine 3. -
-
Uses of CommandLine.Command in picocli
Classes in picocli with annotations of type CommandLine.Command Modifier and Type Class Description static classAutoComplete.GenerateCompletionCommand that generates a Bash/ZSH completion script for its top-level command.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. -
Uses of CommandLine.Command in picocli.codegen.docgen.manpage
Classes in picocli.codegen.docgen.manpage with annotations of type CommandLine.Command Modifier and Type Class Description classManPageGeneratorGenerates AsciiDoc files in a special format that can be converted to HTML, PDF and Unix Man pages. -
Uses of CommandLine.Command in picocli.shell.jline3
Classes in picocli.shell.jline3 with annotations of type CommandLine.Command Modifier and Type Class Description static classPicocliCommands.ClearScreenCommand that clears the screen.
-