Skip to content

Commit 6815ce0

Browse files
committed
remove newlines before --help descriptions
1 parent 3d3931c commit 6815ce0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/bin/hsm.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ ${colourN(`--hackmud-path`)}=${colourB(`<path>`)}
399399
case `dev`:
400400
case `watch`:
401401
case `push`: {
402-
console.log(colourS(`
402+
console.log(colourS(`\
403403
${colourJ(commands[0] == `push` ? pushCommandDescription : watchCommandDescription)}
404404
405405
${colourA(`Usage:`)}
@@ -443,7 +443,7 @@ ${colourC(`hsm`)} ${colourL(commands[0])} ${colourV(`src`)} ${colourC(`*`)}${col
443443
} break
444444

445445
case `pull`: {
446-
console.log(colourS(`
446+
console.log(colourS(`\
447447
${colourJ(pullCommandDescription)}
448448
449449
${colourA(`Usage:`)}
@@ -456,7 +456,7 @@ ${hackmudPathOption}`
456456

457457
case `minify`:
458458
case `golf`: {
459-
console.log(colourS(`
459+
console.log(colourS(`\
460460
${colourJ(minifyCommandDescription)}
461461
462462
${colourA(`Usage:`)}
@@ -499,7 +499,7 @@ ${hackmudPathOption}`
499499
} break
500500

501501
case `sync-macros`: {
502-
console.log(colourS(`
502+
console.log(colourS(`\
503503
${colourJ(syncMacrosCommandDescription)}
504504
505505
${colourA(`Options:`)}

0 commit comments

Comments
 (0)