shithub: mc

Download patch

ref: 929f3dcbc45901d30b40f06826443424825c251e
parent: 7cd9a6f6f5aaf52166041fdbf1183cd1c74777a0
author: Ori Bernstein <ori@eigenstate.org>
date: Thu Dec 28 05:22:53 EST 2017

Remove maxargs from redump.

	We want to allow any number of files to be passed.

--- a/lib/regex/redump.myr
+++ b/lib/regex/redump.myr
@@ -11,7 +11,6 @@
 	cmd = std.optparse(args, &[
 		.argdesc = "regex [inputs...]",
 		.minargs = 1,
-		.maxargs = 1,
 		.opts = [
 			[.opt='v', .desc="dump verbose regex output"]
 		][:],