Package com.e1c.g5.v8.dt.cli.api
Interface ICliCommand
-
- All Known Implementing Classes:
BaseCliCommand
public interface ICliCommand
1C CLI command interface. To create CLI commands, implement this interface and extend thecom.e1c.g5.v8.dt.cli.api.cliCommand
extension point. Annotate any methods you want to expose as CLI commands with theDescriptor
annotation. Use this annotation to provide description for your command. Use theArgument
annotation to denote command arguments. This is a marker interface for a CLI command. It is not meant to have any methods.