From 9fe7af3335f82b75334d632115525606217f1242 Mon Sep 17 00:00:00 2001
From: Julian Ospald <hasufell@posteo.de>
Date: Sat, 25 Sep 2021 22:41:42 +0200
Subject: [PATCH] Hide nuclear command

---
 app/ghcup/Main.hs | 1 +
 1 file changed, 1 insertion(+)

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