Package com.e1c.g5.v8.dt.cli.api
-
Interface Summary Interface Description ICliCommand 1C CLI command interface.ICliSession Session information and special functions.ICommandSessionConsumer Commands may implement this interface to receive access to the currentCommandSession
. -
Exception Summary Exception Description CliCommandException Exception that indicates non-repairable errors during the execution of CLI commands. -
Annotation Types Summary Annotation Type Description Argument Annotation to mark command line arguments of a command.CliCommand Annotation to mark methods which represent CLI commands.