mirror of
https://github.com/typicode/json-server.git
synced 2025-07-28 12:43:18 +08:00
Fix #129
This commit is contained in:
@ -38,6 +38,7 @@ var argv = yargs
|
|||||||
default: 'id'
|
default: 'id'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
.boolean('watch')
|
||||||
.help('help').alias('help', 'h')
|
.help('help').alias('help', 'h')
|
||||||
.version(pkg.version).alias('version', 'v')
|
.version(pkg.version).alias('version', 'v')
|
||||||
.example('$0 db.json', '')
|
.example('$0 db.json', '')
|
||||||
|
Reference in New Issue
Block a user