OCaml: Implement log contexts
This commit is contained in:
parent
a3805ea1bd
commit
c6c92c0a32
8 changed files with 29 additions and 25 deletions
|
|
@ -23,7 +23,7 @@ let interpret (past : Schema.schema) (arguments : string list) : Schema.schema =
|
|||
{
|
||||
past.output with
|
||||
main =
|
||||
"Unknown command: " ^ head ^ "\n" ^ past.meta.help.short;
|
||||
"Unrecognized command: " ^ head ^ "\n" ^ past.meta.help.short;
|
||||
};
|
||||
meta = { past.meta with status = 1 };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue