aboutsummaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-10-18 22:12:21 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-10-18 22:12:21 -0400
commitd7ef739bc704a6a757078d30a6578363b4f76b8a (patch)
tree35fef0396cd2ca8264e9f6466013114ee8c20675 /src/ast.h
parent38d8973d5e8c08f6372a3ae9be8db8cd8045d028 (diff)
Pass through comments on args and use them for help and manpages
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast.h b/src/ast.h
index 38959dd5..aaa2a993 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -68,6 +68,7 @@ typedef struct arg_ast_s {
file_t *file;
const char *start, *end;
const char *name, *alias;
+ Text_t comment;
type_ast_t *type;
ast_t *value;
struct arg_ast_s *next;