Skip to content

Commit

Permalink
Remove bistro subcommand and rename
Browse files Browse the repository at this point in the history
Closes tarides#241.
  • Loading branch information
Leonidas-from-XIV committed Sep 27, 2021
1 parent cee97c1 commit 75f8248
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions bin/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ let cmds =
Publish.cmd;
Opam.cmd;
Help.cmd;
Bistro.cmd;
Lint.cmd;
Check.cmd;
Delegate_info.cmd;
Expand Down Expand Up @@ -48,7 +47,7 @@ let man =
]

let main =
( fst Bistro.cmd,
( fst Default.cmd,
Term.info "dune-release" ~version:"%%VERSION%%" ~doc ~sdocs ~exits ~man )

let main () = Term.(exit_status @@ eval_choice main cmds)
Expand Down

0 comments on commit 75f8248

Please sign in to comment.