Skip to content

Commit d50be25

Browse files
committed
remove unused cli option
1 parent e683aca commit d50be25

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ npm install --save httpsnippet
3636
-t, --target <target> target output
3737
-c, --client [client] target client library
3838
-o, --output <directory> write output to directory
39-
-n, --output-name <name> output file name
4039
4140
```
4241

bin/httpsnippet

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ cmd
1818
.option('-t, --target <target>', 'target output')
1919
.option('-c, --client [client]', 'target client library')
2020
.option('-o, --output <directory>', 'write output to directory')
21-
.option('-n, --output-name <name>', 'output file name')
2221
.parse(process.argv)
2322

2423
if (!cmd.args.length || !cmd.target) {

0 commit comments

Comments
 (0)