feat: add next-step hints and submodule check to CLI commands

This commit is contained in:
Tiara Rodney 2026-03-20 21:20:58 +01:00
parent fd2c8ba640
commit 6a36497205
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
7 changed files with 36 additions and 1 deletions

View file

@ -48,6 +48,7 @@ export class HoldCommand extends CLICommand {
args.reason as string
)
console.log(`Issue #${issue.id} is now on hold`)
console.log(`Switch back to develop: git checkout develop`)
return 0
}
}