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