From 4846e61080c575a67ebe9805a2332d8dd2b90555 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 26 Mar 2022 19:42:55 -0400 Subject: diag: New functions for highlighting command line arguments --- ctx.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ctx.h') diff --git a/ctx.h b/ctx.h index 5d0daba..3ad7f85 100644 --- a/ctx.h +++ b/ctx.h @@ -57,8 +57,11 @@ const char *debug_flag_name(enum debug_flags flag); * The execution context for bfs. */ struct bfs_ctx { + /** The number of command line arguments. */ + size_t argc; /** The unparsed command line arguments. */ char **argv; + /** The root paths. */ const char **paths; /** The main command line expression. */ -- cgit v1.2.3