Skip to content

Commit

Permalink
disable opium parsing cmd args
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenEng committed Apr 11, 2017
1 parent 78271fa commit 9a554ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/export_polling.ml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ let polling ?(lp = false) ?secret ?port () =
|> if lp then export_lp queue else export queue
in

let argv = Array.of_list ["opium"] in
let export_queue () =
match App.run_command' app with
match App.run_command' ~argv app with
| `Ok t -> t
| _ -> assert false
in
Expand Down

0 comments on commit 9a554ad

Please sign in to comment.