We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7346b commit ac9df99Copy full SHA for ac9df99
gpumon/gpumon_cli.ml
@@ -19,4 +19,8 @@ let cli () =
19
let rpc = Gpumon_client.rpc in
20
Cmdliner.Term.eval_choice default_cmd (List.map (fun t -> t rpc) (Cmds.implementation ()))
21
22
-let _ = cli ()
+let _ =
23
+ match cli () with
24
+ | `Ok f -> f ()
25
+ | _ -> ()
26
+
v6/v6_cli.ml
@@ -18,4 +18,8 @@ let cli () =
18
let rpc = V6_client.rpc in
0 commit comments