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 class
Command that generates a Bash/ZSH completion script for its top-level command.static final class
Help command that can be installed as a subcommand on all application commands.Methods in picocli with parameters of type CommandLine.CommandModifier and TypeMethodDescriptionvoid
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.CommandModifier and TypeClassDescriptionclass
Generates AsciiDoc files in a special format that can be converted to HTML, PDF and Unix Man pages.