We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac77da8 commit 7ce21caCopy full SHA for 7ce21ca
1 file changed
src/index.ts
@@ -357,9 +357,6 @@ export class Massarg<Options extends OptionsBase = OptionsBase> {
357
for (const cmd of this._commands) {
358
const opts = this._commandOptions(cmd)
359
if (opts.length) {
360
- if (commandOpts.length > 1) {
361
- commandOpts.push("")
362
- }
363
commandOpts.push(this.color(subtitleColors, `${cmd.name}:`))
364
commandOpts.push("")
365
for (const line of this._getWrappedLines(
0 commit comments