From 94740a9b414a0fd9af70acb9b8bf3b9576b537e1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 18 Dec 2018 19:23:20 -0800 Subject: Improved command line interface and robustness of tools. --- tools/parse.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/parse.nom') diff --git a/tools/parse.nom b/tools/parse.nom index e6768a6..1005983 100755 --- a/tools/parse.nom +++ b/tools/parse.nom @@ -36,7 +36,7 @@ externally (print tree $t at indent $indent) means: else: say "\$indent \(quote $arg)" -for $filename in (command line args).extra_args: +for $filename in $(COMMAND LINE ARGS).extras: $file = (read file $filename) unless $file: barf "File does not exist: \$filename" -- cgit v1.2.3