Skip to content

Commit 5667afc

Browse files
committed
Hide nix-shell-file from the help text.
1 parent 1d18803 commit 5667afc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Stack/Options.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,8 @@ nixOptsParser hide0 = overrideActivation <$>
374374
hide)))
375375
<*> optional (option str (long "nix-shell-file" <>
376376
metavar "FILEPATH" <>
377-
help "Nix file to be used to launch a nix-shell (for regular Nix users)"))
377+
help "Nix file to be used to launch a nix-shell (for regular Nix users)" <>
378+
hide))
378379
<*> (fmap (map T.pack)
379380
<$> optional (argsOption (long "nix-shell-options" <>
380381
metavar "OPTIONS" <>

0 commit comments

Comments
 (0)