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 ca3e53c commit 0e28238Copy full SHA for 0e28238
unison-cli/src/Unison/CommandLine/InputPatterns.hs
@@ -106,7 +106,7 @@ mergeBuiltins =
106
[]
107
I.Hidden
108
[("namespace", Optional, namespaceArg)]
109
- "Adds the builtins to `builtin.` or to the specified namespace (excluding `io` and misc)."
+ "Adds the builtins (excluding `io` and misc) to the specified namespace. Defaults to `builtin.`"
110
\case
111
[] -> pure . Input.MergeBuiltinsI $ Nothing
112
[p] -> first P.text do
0 commit comments