Skip to content

Commit

Permalink
Merge pull request #200 from ioncube/fix_for_196
Browse files Browse the repository at this point in the history
Fixed use of argparse so --file is available.
  • Loading branch information
jonschlinkert committed Jul 5, 2018
2 parents 09bbb57 + fa95f7d commit 7337203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/remarkable.js
Expand Up @@ -17,7 +17,7 @@ var cli = new argparse.ArgumentParser({
addHelp: true
});

cli.addArgument([ 'file' ], {
cli.addArgument([ '--file' ], {
help: 'File to read',
nargs: '?',
defaultValue: '-'
Expand Down

0 comments on commit 7337203

Please sign in to comment.