Skip to content

Commit 9125907

Browse files
committed
move Version: <version> from help to under Hackmud Script Manager
1 parent c685420 commit 9125907

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/bin/hsm.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,6 @@ function logHelp() {
386386
${colourN(`--hackmud-path`)}=${colourB(`<path>`)}
387387
Override hackmud path`
388388

389-
console.log(colourN(`Version`) + colourS(`: `) + colourV(moduleVersion))
390-
391389
switch (commands[0]) {
392390
case `dev`:
393391
case `watch`:
@@ -492,8 +490,9 @@ ${hackmudPathOption}`
492490
} break
493491

494492
default: {
495-
console.log(colourS(`
493+
console.log(colourS(`\
496494
${colourJ(`Hackmud Script Manager`)}
495+
${colourN(`Version`) + colourS(`: `) + colourV(moduleVersion)}
497496
498497
${colourA(`Commands:`)}
499498
${colourL(`push`)}

0 commit comments

Comments
 (0)