kiss: show version

This commit is contained in:
Dylan Araps 2019-10-14 18:22:51 +03:00
parent 92238c6235
commit d764f25424
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 0 deletions

1
kiss
View File

@ -1031,6 +1031,7 @@ args() {
log 'remove: Remove a package'
log 'search: Search for a package'
log 'update: Check for updates'
log 'version: Package manager version'
;;
*) die "'kiss $action' is not a valid command" ;;