commit 5bfc0d1d8fd18da5ac5ef4f432f0e33ed5bf4e9a
parent 74264b11c372ee04d892815c4c38baf140b9ba21
Author: Drew DeVault <sir@cmpwn.com>
Date: Fri, 12 Mar 2021 15:01:27 -0500
test: tweak command line usage
This will walk the cwd looking for Hare modules and test them all, which
should simplify things somewhat.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/subcmds.ha b/subcmds.ha
@@ -191,7 +191,7 @@ fn test(args: []str) void = {
('l', "name", "link with a system library"),
('T', "tags...", "set build tags"),
('X', "tags...", "unset build tags"),
- "<path | files...>", "--", "<tests...>"
+ "[tests...]"
];
let cmd = getopt::parse(args, help...);
defer getopt::finish(&cmd);