Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
kiss 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jun 23, 2019
1 parent 0891e55 commit 4daf195
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kiss
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ args() {
l*) pkg_list "$2" ;;
r*) pkg_remove "${2-null}" || die "Package '${2-null}' not installed." ;;
u*) pkg_updates ;;
v*) log "$kiss 0.1.0" ;;

*) log "$kiss [b|c|i|l|r|u] [pkg]" \
"build: Build a package." \
Expand Down

0 comments on commit 4daf195

Please sign in to comment.