[Phase 1] Help text restructure - show parent commands #244
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Problem
Currently
kugetsu helpshows all commands inline, requiring scrolling to understand the command hierarchy.Solution
Restructure help to show parent commands:
kugetsu/kugetsu help- show parent commands onlykugetsu queue- show queue subcommands (list, stats, clear, enqueue)kugetsu queue daemon- show daemon subcommands (start, stop, restart, status, logs)kugetsu session- show session subcommandsStatus
READY - No dependencies
Files
Related Issue
Parent: #235
Implemented in PR #255: #255