subCommand method

UsageContext subCommand(
  1. CommandDefinition command
)

Implementation

UsageContext subCommand(CommandDefinition command) =>
    UsageContext._(List.of(path)..add(command));