Uses of Annotation Type
picocli.CommandLine.Command
Packages that use CommandLine.Command
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion functionality.Provides tools for generating man-page documentation in AsciiDoc format from a picocli CommandSpec model.
-
Uses of CommandLine.Command in picocli
Classes in picocli with annotations of type CommandLine.CommandModifier and TypeClassDescriptionstatic classCommand that generates a Bash/ZSH completion script for its top-level command.static final classHelp command that can be installed as a subcommand on all application commands.Methods in picocli with parameters of type CommandLine.CommandModifier and TypeMethodDescriptionvoidCommandLine.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.CommandModifier and TypeClassDescriptionclassGenerates AsciiDoc files in a special format that can be converted to HTML, PDF and Unix Man pages.