Interface ICliCommand

  • All Known Implementing Classes:
    BaseCliCommand

    public interface ICliCommand
    1C CLI command interface. To create CLI commands, implement this interface and extend the com.e1c.g5.v8.dt.cli.api.cliCommand extension point. Annotate any methods you want to expose as CLI commands with the Descriptor annotation. Use this annotation to provide description for your command. Use the Argument annotation to denote command arguments. This is a marker interface for a CLI command. It is not meant to have any methods.