Skip to content

Commit 93b50e9

Browse files
authored
use ppx_subliner for cleaner cmdliner CLI (#83)
* add ppx_subliner for cleaner cmdliner CLI definitions * chore: update ocamlformat to 0.27.0 and reformat code * Convert Slurm command to ppx_subliner * Convert Show and Sample commands to ppx_subliner * Apply ocamlformat * Convert all remaining commands to ppx_subliner
1 parent 048849f commit 93b50e9

36 files changed

+601
-737
lines changed

.ocamlformat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 0.24.1
1+
version = 0.27.0
22
profile=conventional
33
margin=80
44
if-then-else=k-r

benchpress.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ depends: [
1717
"re" { >= "1.8" & < "2.0" }
1818
"csv"
1919
"cmdliner" {>= "1.1.0"}
20+
"ppx_subliner"
2021
"iter" { >= "1.0" } # TODO: remove
2122
"logs"
2223
"uuidm"

0 commit comments

Comments
 (0)