Skip to content

Commit

Permalink
chore: better help
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 13, 2024
1 parent 5b193a4 commit 3bdd5bd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ async function main () {
console.log(
[
'',
' Usage:',
' Resume information:',
` ${white('vc open info')}`,
'',
' Opening in the browser:',
` ${white('vc open')} [${white('current')}|${white('latest')}] [${white('--visit')}]`,
'',
' Jump to any section:',
' Jumping to a section:',
` ${white('vc open')} [${white('current')}|${white('latest')}] <${white('logs')}|${white('settings')}|${white('etc')}> [${white('--query-parameter')}]`
]
.map(line => black(line))
Expand Down

0 comments on commit 3bdd5bd

Please sign in to comment.