Skip to content

Commit

Permalink
Revert accidentally commited change
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed May 1, 2018
1 parent 30e427a commit 0e075f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/core/command/help.ts
Expand Up @@ -302,9 +302,7 @@ ${buildTableOutput(parameterDescriptionRows, {indent: 4, separators: ' - '})}`);
triggerStr += `--${name}`;

if (!isToggle) {
triggerStr += ` <${placeholder || key}${
defaultValue === undefined ? '' : `=${defaultValue}`
}>`;
triggerStr += ` <${placeholder || key}>`;
}

if (defaultValue !== undefined) {
Expand Down

0 comments on commit 0e075f1

Please sign in to comment.