feat: add the --version CLI option to print the version information

This commit is contained in:
Laurence Isla
2023-07-07 18:19:02 -05:00
committed by GitHub
parent e752224f14
commit 774d015eb5
3 changed files with 12 additions and 1 deletions
+4
View File
@@ -4,6 +4,10 @@ cli:
args: ['--help']
- name: help short
args: ['-h']
- name: version long
args: ['--version']
- name: version short
args: ['-v']
- name: example long
args: ['--example']
- name: example short