feat(CLI): Register -v as global --version alias

This commit is contained in:
Mariusz Nowak 2021-12-10 17:08:17 +01:00 committed by Mariusz Nowak
parent a4e5e5f3e3
commit bd6fd4fc3d

View File

@ -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' },
};