File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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:` ) }
You can’t perform that action at this time.
0 commit comments