diff --git a/app/ghcup/Main.hs b/app/ghcup/Main.hs index 2760ebb..9cd71b6 100644 --- a/app/ghcup/Main.hs +++ b/app/ghcup/Main.hs @@ -504,6 +504,7 @@ com = (info (pure Nuke <**> helper) (progDesc "Completely remove ghcup from your system")) <> commandGroup "Nuclear Commands:" + <> hidden ) where