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 5295e04 commit 5c0d974Copy full SHA for 5c0d974
src/index.ts
@@ -133,9 +133,7 @@ export default (configInput: ConfigInput = {}) => {
133
...configInput,
134
commands: getNormalizedCommands(configInput.commands),
135
options: getNormalizedOptions(configInput.options),
136
- ...(configInput.action && {
137
- action: ignoreReturn(configInput.action),
138
- }),
+ ...(configInput.action && { action: ignoreReturn(configInput.action) }),
139
},
140
{ allowUnknownOption: false },
141
);
0 commit comments