Improve help messages
This commit is contained in:
parent
055739e0f9
commit
144994fb1c
24
ghcup.sh
24
ghcup.sh
@ -15,7 +15,11 @@ INSTALL_BASE="$HOME/.ghcup"
|
|||||||
## print help ##
|
## print help ##
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
(>&2 echo "${SCRIPT} [FLAGS] <SUBCOMMAND>
|
(>&2 echo "ghcup ${VERSION}
|
||||||
|
GHC up toolchain installer
|
||||||
|
|
||||||
|
USAGE:
|
||||||
|
${SCRIPT} [FLAGS] <SUBCOMMAND>
|
||||||
|
|
||||||
FLAGS:
|
FLAGS:
|
||||||
-v, --verbose Enable verbose output
|
-v, --verbose Enable verbose output
|
||||||
@ -31,7 +35,11 @@ SUBCOMMANDS:
|
|||||||
}
|
}
|
||||||
|
|
||||||
install_usage() {
|
install_usage() {
|
||||||
(>&2 echo "${SCRIPT} install [FLAGS] <VERSION>
|
(>&2 echo "ghcup-install
|
||||||
|
Install the specified GHC version
|
||||||
|
|
||||||
|
USAGE:
|
||||||
|
${SCRIPT} install [FLAGS] <VERSION>
|
||||||
|
|
||||||
FLAGS:
|
FLAGS:
|
||||||
-h, --help Prints help information
|
-h, --help Prints help information
|
||||||
@ -44,7 +52,11 @@ ARGS:
|
|||||||
}
|
}
|
||||||
|
|
||||||
set_ghc_usage() {
|
set_ghc_usage() {
|
||||||
(>&2 echo "${SCRIPT} set-ghc [FLAGS] <VERSION>
|
(>&2 echo "ghcup-set-ghc
|
||||||
|
Set the currently active GHC to the specified version
|
||||||
|
|
||||||
|
USAGE:
|
||||||
|
${SCRIPT} set-ghc [FLAGS] <VERSION>
|
||||||
|
|
||||||
FLAGS:
|
FLAGS:
|
||||||
-h, --help Prints help information
|
-h, --help Prints help information
|
||||||
@ -56,7 +68,11 @@ ARGS:
|
|||||||
}
|
}
|
||||||
|
|
||||||
self_update_usage() {
|
self_update_usage() {
|
||||||
(>&2 echo "${SCRIPT} self-update [FLAGS] [TARGET-LOCATION]
|
(>&2 echo "ghcup-self-update
|
||||||
|
Update the ghcup.sh script in-place
|
||||||
|
|
||||||
|
USAGE:
|
||||||
|
${SCRIPT} self-update [FLAGS] [TARGET-LOCATION]
|
||||||
|
|
||||||
FLAGS:
|
FLAGS:
|
||||||
-h, --help Prints help information
|
-h, --help Prints help information
|
||||||
|
Loading…
Reference in New Issue
Block a user