Package-level declarations
Types
An internal error that signals Clikt to abort.
A parameter was given the correct number of values, but of invalid format or type.
The CliktCommand is the core of command line interfaces in Clikt.
An exception during command line processing that should be shown to the user.
A object used to control command line parsing and pass data between commands.
A required configuration file was not found.
An option that can be added to a ParameterGroup
An argument was supplied but the number of values supplied was incorrect.
An option was supplied but the number of values supplied to the option was incorrect.
A configuration file failed to parse correctly
A required argument was not provided
A required option was not provided
A CliktCommand that has a default implementation of CliktCommand.run that is a no-op.
An option was provided that does not exist.
A parameter was provided that does not exist.
A subcommand was provided that does not exist.
An exception that indicates that shell completion code should be printed.
An exception that indicates that the command's help should be printed.
An exception that indicates that a message should be printed.
Indicate that that the program finished in a controlled manner, and should complete with the given statusCode
An internal exception that signals a usage error.
Functions
Configure this command's Context.
Find the closest object of type T, or null
Find the closest object of type T, setting context.obj
if one is not found.
Find the closest object of type T, or throw a NullPointerException
Add the given commands as a subcommand of this command.