Skip to content

Commit

Permalink
fixed write command
Browse files Browse the repository at this point in the history
  • Loading branch information
Orasund committed May 6, 2024
1 parent 4e7290a commit 31f2532
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/bin/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let write =
Term.(
const Database.Operations.write
$ Arg.(value (pos 0 string "" (Arg.info ["key"])) )
$ Arg.(value (pos 0 string "" (Arg.info ["value"])) )
$ Arg.(value (pos 1 string "" (Arg.info ["value"])) )
)

let cmd = Cmd.group (Cmd.info "database")
Expand Down
Empty file removed database/db
Empty file.

0 comments on commit 31f2532

Please sign in to comment.