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