Skip to content

Commit

Permalink
Rename options.ml -> cli.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Dec 9, 2024
1 parent 2acf83a commit dfe58ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions bin/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
open Cmdliner

let cli =
let cmd_run = Cmd.v Options.info_run Options.cmd_run in
let cmd_to_smt2 = Cmd.v Options.info_to_smt2 Options.cmd_to_smt2 in
let cmd_run = Cmd.v Cli.info_run Cli.cmd_run in
let cmd_to_smt2 = Cmd.v Cli.info_to_smt2 Cli.cmd_to_smt2 in
let info = Cmd.info "smtml" ~version:"%%VERSION%%" in
Cmd.group info [ cmd_run; cmd_to_smt2 ]

Expand Down

0 comments on commit dfe58ec

Please sign in to comment.