Interface CLISubSystem

All Known Implementing Classes:
DEPLOY, EXIT, SSM

public interface CLISubSystem
Extension point for adding sub-systems to the Q2 CLI.
  • Method Details

    • getPrompt

      Returns the prompt string for this sub-system.
      Parameters:
      ctx - the CLI context
      args - current command arguments
      Returns:
      the prompt string
    • getCompletionPrefixes

      Returns the command prefixes registered by this sub-system.
      Parameters:
      ctx - the CLI context
      args - current command arguments
      Returns:
      command prefixes