Skip to content

Commit 7ce21ca

Browse files
committed
update help spacing
1 parent ac77da8 commit 7ce21ca

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,6 @@ export class Massarg<Options extends OptionsBase = OptionsBase> {
357357
for (const cmd of this._commands) {
358358
const opts = this._commandOptions(cmd)
359359
if (opts.length) {
360-
if (commandOpts.length > 1) {
361-
commandOpts.push("")
362-
}
363360
commandOpts.push(this.color(subtitleColors, `${cmd.name}:`))
364361
commandOpts.push("")
365362
for (const line of this._getWrappedLines(

0 commit comments

Comments
 (0)