From d7ef739bc704a6a757078d30a6578363b4f76b8a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 18 Oct 2025 22:12:21 -0400 Subject: Pass through comments on args and use them for help and manpages --- src/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types.h') 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; -- cgit v1.2.3