diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-10-18 17:12:20 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-10-18 17:12:20 -0400 |
| commit | 383a942bb3fe05be887a6622ca5ed86e9bba0662 (patch) | |
| tree | 381ca712bbbeb36308fb2866c3b4c516626b1abf /src/compile/cli.h | |
| parent | 48aa524e8c5aab6632c680971a8a31c542121993 (diff) | |
Added automatic manpages.
Diffstat (limited to 'src/compile/cli.h')
| -rw-r--r-- | src/compile/cli.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compile/cli.h b/src/compile/cli.h index 13c3dee5..fa60eccf 100644 --- a/src/compile/cli.h +++ b/src/compile/cli.h @@ -7,3 +7,4 @@ #include "../types.h" Text_t compile_cli_arg_call(env_t *env, Text_t fn_name, type_t *fn_type, const char *version); +Text_t compile_manpage(Text_t program, OptionalText_t synopsis, OptionalText_t description, arg_t *args); |
