mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
feat(CLI): Register -v as global --version alias
This commit is contained in:
parent
a4e5e5f3e3
commit
bd6fd4fc3d
@ -2,7 +2,7 @@
|
||||
|
||||
module.exports = {
|
||||
help: { usage: 'Show this message', shortcut: 'h', type: 'boolean' },
|
||||
version: { usage: 'Show version info', type: 'boolean' },
|
||||
version: { usage: 'Show version info', shortcut: 'v', type: 'boolean' },
|
||||
verbose: { usage: 'Show verbose logs', type: 'boolean' },
|
||||
debug: { usage: 'Namespace of debug logs to expose (use "*" to display all)', type: 'string' },
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user