We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16596c4 commit ca3e53cCopy full SHA for ca3e53c
unison-cli/src/Unison/CommandLine/InputPatterns.hs
@@ -121,7 +121,7 @@ mergeIOBuiltins =
121
[]
122
I.Hidden
123
[("namespace", Optional, namespaceArg)]
124
- "Adds all the builtins to `builtin.` or to the specified namespace, including `io` and misc."
+ "Adds all the builtins, including `io` and misc., to the specified namespace. Defaults to `builtin.`"
125
\case
126
[] -> pure . Input.MergeIOBuiltinsI $ Nothing
127
[p] -> first P.text do
0 commit comments