We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e683aca commit d50be25Copy full SHA for d50be25
2 files changed
README.md
@@ -36,7 +36,6 @@ npm install --save httpsnippet
36
-t, --target <target> target output
37
-c, --client [client] target client library
38
-o, --output <directory> write output to directory
39
- -n, --output-name <name> output file name
40
41
```
42
bin/httpsnippet
@@ -18,7 +18,6 @@ cmd
18
.option('-t, --target <target>', 'target output')
19
.option('-c, --client [client]', 'target client library')
20
.option('-o, --output <directory>', 'write output to directory')
21
- .option('-n, --output-name <name>', 'output file name')
22
.parse(process.argv)
23
24
if (!cmd.args.length || !cmd.target) {
0 commit comments