diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-10-18 22:12:21 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-10-18 22:12:21 -0400 |
| commit | d7ef739bc704a6a757078d30a6578363b4f76b8a (patch) | |
| tree | 35fef0396cd2ca8264e9f6466013114ee8c20675 /src/types.h | |
| parent | 38d8973d5e8c08f6372a3ae9be8db8cd8045d028 (diff) | |
Pass through comments on args and use them for help and manpages
Diffstat (limited to 'src/types.h')
| -rw-r--r-- | src/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h index 05a97333..2a94a512 100644 --- a/src/types.h +++ b/src/types.h @@ -12,6 +12,7 @@ typedef struct arg_s { const char *name, *alias; type_t *type; ast_t *default_val; + Text_t comment; struct arg_s *next; } arg_t; |
