refactor(cli): restructure help text to show parent commands #255
Reference in New Issue
Block a user
Delete Branch "fix/issue-244"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
kugetsu helpto show only parent commands instead of all subcommands inlinekugetsu <command> helpfor subcommand-specific helpkugetsu queue,kugetsu queue-daemon,kugetsu env,kugetsu servernow show their respective subcommandsChanges
kugetsu: Shows parent commands only with note to usekugetsu <command> helpfor subcommand helpkugetsu queue help: Shows queue subcommands (list, stats, clear, enqueue)kugetsu queue-daemon help: Shows daemon subcommands (start, stop, restart, status, logs)kugetsu env help: Shows env subcommands (list, get, set, rm)kugetsu server help: Shows server subcommands (list, add, remove, default, get)Closes #244
lgtm