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 andautocompletion
functionality.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 class
AutoComplete.GenerateCompletion
Command that generates a Bash/ZSH completion script for its top-level command.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
. -
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 class
ManPageGenerator
Generates 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 class
PicocliCommands.ClearScreen
Command that clears the screen.
-