mirror of
https://github.com/typicode/json-server.git
synced 2025-07-28 04:32:24 +08:00
Syntax
This commit is contained in:
@ -27,11 +27,11 @@ var argv = yargs
|
||||
},
|
||||
watch: {
|
||||
alias: 'w',
|
||||
description: 'Reload database on JSON file change',
|
||||
description: 'Reload database on JSON file change'
|
||||
},
|
||||
routes: {
|
||||
alias: 'r',
|
||||
description: 'Load routes file',
|
||||
description: 'Load routes file'
|
||||
}
|
||||
})
|
||||
.help('help').alias('help', 'h')
|
||||
|
Reference in New Issue
Block a user