We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f2420 commit ab026d2Copy full SHA for ab026d2
src/cli.ts
@@ -19,7 +19,7 @@ const cliOptions = [
19
{
20
option: '--data <data>',
21
description: 'The specific data position path',
22
- defaultValue: '(use inner data)',
+ defaultValue: '',
23
usage: `htttp-server --data ./data/data.json`,
24
},
25
];
0 commit comments