Skip to content

Commit

Permalink
Disable camel-case-expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Mar 10, 2020
1 parent 9aaa32f commit 7860846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/index.ts
Expand Up @@ -5,7 +5,8 @@ import { commandAliases } from '../src/utils/mergeOptions';
import run from './run/index';

const command = argParser(process.argv.slice(2), {
alias: commandAliases
alias: commandAliases,
configuration: { 'camel-case-expansion': false }
});

if (command.help || (process.argv.length <= 2 && process.stdin.isTTY)) {
Expand Down

0 comments on commit 7860846

Please sign in to comment.