Interface CliCommandsProvider

All Known Implementing Classes:
ServerCommandsProvider

public interface CliCommandsProvider
This class provides the opportunity to add top level commands or command groups to the bootstrap processes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addTopLevelCommandsOrGroups(com.github.rvesse.airline.builder.CliBuilder<CliCommand> builder)
     
  • Method Details

    • addTopLevelCommandsOrGroups

      void addTopLevelCommandsOrGroups(com.github.rvesse.airline.builder.CliBuilder<CliCommand> builder)