boink
This commit is contained in:
parent
76656231be
commit
adea668355
6 changed files with 76 additions and 27 deletions
|
|
@ -160,4 +160,4 @@ let generate_module cmd_name result =
|
|||
Printf.sprintf "module %s {\n%s}\n\nuse %s *\n" m (extern_of cmd_name result) m
|
||||
|
||||
let generate_extern_from_entries cmd_name entries =
|
||||
generate_extern cmd_name { entries; subcommands = []; positionals = [] }
|
||||
generate_extern cmd_name { entries; subcommands = []; positionals = []; description = "" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue