Monorepo management for opam overlays
0
fork

Configure Feed

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

monopam verse: remove redundant COMMANDS section

Cmdliner already generates the commands list automatically.

-7
-7
bin/cmd_verse.ml
··· 384 384 "Commands for collaborating with verse community members. The verse \ 385 385 system enables federated collaboration across multiple developers' \ 386 386 monorepos."; 387 - `S "COMMANDS"; 388 - `I ("pull <handle>", "Pull changes from a collaborator"); 389 - `I ("diff [repo|sha]", "Show diffs from collaborators"); 390 - `I ("cherrypick <sha>", "Cherry-pick a specific commit"); 391 - `I ("status", "Show verse member status"); 392 - `I ("members", "List all registry members"); 393 - `I ("fork <pkg>", "Fork a package from a member"); 394 387 `S Manpage.s_examples; 395 388 `P "See what changes collaborators have:"; 396 389 `Pre "monopam verse diff";