Skip to content

Commit

Permalink
minor fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
complyue committed Jul 4, 2021
1 parent b51958a commit 82b5057
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions epm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function main() {
# @VARIABLE: VERSION
# @DESCRIPTION:
# Version of this script.
VERSION=0.3.0
VERSION=0.3.1

# Default base URL for short package names
BASE_URL=${EPM_REPO_BASE:-"https://github.com/e-wrks"}
Expand Down Expand Up @@ -336,7 +336,7 @@ FLAGS:
-h, --help Prints help information
ARGS:
<CMD> [ <ARGn> ... ] E.g. \"edhi\" or \"cabal install all:exes\"
<CMD> [ <ARGn> ... ] E.g. \"edhm\" or \"stack run hski\"
")
exit 1
}
Expand Down Expand Up @@ -955,17 +955,12 @@ FLAGS:
;;
--list-commands)
echo "exec
i
init
install
l
list
rm
run
u
up
update
x"
update"
exit 0
;;
-h | --help)
Expand Down

0 comments on commit 82b5057

Please sign in to comment.