diff --git a/app/ghcup/Main.hs b/app/ghcup/Main.hs index 2760ebbf4f6a47a6794c39ae0b6fbc9fa59f7f9d..9cd71b67dd99a7e0f2bd1b30d3e83f33c2533587 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