Skip to content

Commit

Permalink
Fix main to not use cmd line arg
Browse files Browse the repository at this point in the history
  • Loading branch information
AshineFoster committed Jul 12, 2023
1 parent f72967d commit adf0d70
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ocamlorg_web/bin/main.ml
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
(** Main entry point for our application. *)

module Opam_repository = Ocamlorg_package__Opam_repository

let offline = ref false
let () = Arg.parse [ ("-offline", Arg.Set offline, "") ] (fun _ -> ()) ""
let _ = Opam_repository.is_offline !offline
let () = Ocamlorg_web.run ()

0 comments on commit adf0d70

Please sign in to comment.