unisonweb / unison

A friendly programming language from the future
https://unison-lang.org
Other
5.65k stars 266 forks source link

--ui flag is incompatible with any explicit commands, like `transcript` #5049

Open aryairani opened 1 month ago

aryairani commented 1 month ago
unison [-v|--version] [(-c|--codebase CODEBASE/PATH) | (-C|--codebase-create CODEBASE/PATH)] 
              [--exit] [--runtime-path DIR] [--lsp-format] 
              [COMMAND | [--token STRING] [--host STRING] [--port NUMBER] [--allow-cors-host STRING]
                [--ui DIR] [-p|--path .path.in.codebase] [--no-file-watch]]

this makes writing launcher scripts hard; is there any reason to not just ignore it?

aryairani commented 1 month ago

We should in general have a way for users to override system-specific settings. Options: