Skip to content
Snippets Groups Projects
Commit 31d7a48b authored by Michele Alberti's avatar Michele Alberti
Browse files

Wrap comments.

parent 71144242
No related branches found
No related tags found
No related merge requests found
...@@ -2,3 +2,4 @@ version=0.19.0 ...@@ -2,3 +2,4 @@ version=0.19.0
exp-grouping=preserve exp-grouping=preserve
if-then-else=keyword-first if-then-else=keyword-first
max-indent=2 max-indent=2
wrap-comments=true
...@@ -102,8 +102,8 @@ let config_cmd = ...@@ -102,8 +102,8 @@ let config_cmd =
if not detect if not detect
then `Help (`Pager, Some "config") then `Help (`Pager, Some "config")
else else
(* TODO: Do not only check for [detect], and enable it by (* TODO: Do not only check for [detect], and enable it by default,
default, as soon as other options are available. *) as soon as other options are available. *)
`Ok (exec_cmd cmdname (fun () -> config true ()))) `Ok (exec_cmd cmdname (fun () -> config true ())))
$ const cmdname $ detect $ setup_logs)), $ const cmdname $ detect $ setup_logs)),
Term.info cmdname ~sdocs:Manpage.s_common_options ~envs ~exits ~doc ~man ) Term.info cmdname ~sdocs:Manpage.s_common_options ~envs ~exits ~doc ~man )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment