From eb1dd745c10f1a58cf38fdc961c274c41b7bd250 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 18 Feb 2019 11:01:52 +0800 Subject: [PATCH] Hide 'compile' subcommand by default from help menu --- ghcup | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghcup b/ghcup index 0f6fc3a..c716891 100755 --- a/ghcup +++ b/ghcup @@ -184,8 +184,7 @@ FLAGS: (these will not be removed by ghcup) SUBCOMMANDS: - install Install GHC - compile Compile and install GHC from source + install Install GHC$(${VERBOSE} && printf "\n compile Compile and install GHC from source (UNSTABLE!!!)") show Show current/installed GHC set Set currently active GHC version list Show available GHCs and other tools (upstream)