Skip to content

Commit

Permalink
Update settingsNames.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodecleyre authored Apr 16, 2023
1 parent 7b52efc commit 9c7c16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settingsNames.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const settingsNames = {
output: 'output',
printErrorsAsPlainText: 'printErrorsAsPlainText',
prompt: 'prompt',
showHelpOnFailure: 'showHelpOnFailure',
proxyUrl: 'proxyUrl'
showHelpOnFailure: 'showHelpOnFailure'
};

export { settingsNames };

0 comments on commit 9c7c16f

Please sign in to comment.