aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-10-18 18:15:21 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-10-18 18:15:21 -0400
commitf77bcd8f5777824064088f03b06a1fc9bc2da8b0 (patch)
tree5c2176e65bf4deb619bbf647a58ab10510c2ae5d /src
parent6723cba7aba6cabb99058e58b6c8af4d5ec7c1d7 (diff)
Update docs
Diffstat (limited to 'src')
-rw-r--r--src/stdlib/cli.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdlib/cli.c b/src/stdlib/cli.c
index 397ed0b2..8512d106 100644
--- a/src/stdlib/cli.c
+++ b/src/stdlib/cli.c
@@ -150,8 +150,6 @@ void tomo_parse_args(int argc, char *argv[], Text_t usage, Text_t help, const ch
}
static int64_t parse_arg_list(List_t args, const char *flag, void *dest, const TypeInfo_t *type, bool allow_dashes) {
- // print("Parsing type ", generic_as_text(NULL, true, type), ": ",
- // generic_as_text(&args, true, List$info(&CString$info)));
if (type->tag == ListInfo) {
void *item = GC_MALLOC((size_t)type->ListInfo.item->size);
int64_t n = 0;