You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[feat]: add terse option for version command (#24)
e.g.:
```bash
codeedit version --terse
# or
codeedit version -t
# will output:
0.0.8
```
in comparison:
```bash
codeedit version
# will output:
CodeEditCLI: 0.0.8
CodeEdit.app: 0.0.1
```
0 commit comments