The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix completions install instructions to account for Cygwin

authored by

Antonin Décimo and committed by
Daniel Bünzli
193c4df7 7f8c905d

+2 -2
+2 -2
vendor/opam/cmdliner/doc/cookbook.mld
··· 227 227 [ … ] # Your regular dune build instructions 228 228 ["cmdliner" "install" "tool-support" 229 229 "--update-opam-install=%{_:name}%.install" 230 - "_build/install/default/bin/tool" {os != "win32"} 231 - "_build/install/default/bin/tool.exe" {os = "win32"} 230 + "_build/install/default/bin/tool" {os-family != "windows"} 231 + "_build/install/default/bin/tool.exe" {os-family = "windows"} 232 232 "_build/cmdliner-install"]] 233 233 ]} 234 234