From 3bdd5bd9d35c4a4fb187a187c8db32263b71015b Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Fri, 13 Dec 2024 12:59:37 +0100 Subject: [PATCH] chore: better help --- bin/index.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bin/index.ts b/bin/index.ts index 2223ae0..012bad0 100644 --- a/bin/index.ts +++ b/bin/index.ts @@ -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))