feat: add next-step hints and submodule check to CLI commands
This commit is contained in:
parent
fd2c8ba640
commit
6a36497205
7 changed files with 36 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue