You've already forked ultrasm64-2
mirror of
https://github.com/HackerN64/ultrasm64-2.git
synced 2026-01-21 10:38:08 -08:00
Refresh 16
This commit is contained in:
@@ -41,11 +41,18 @@ versionGroup.add_argument(
|
||||
const="sh",
|
||||
dest="version",
|
||||
)
|
||||
versionGroup.add_argument(
|
||||
"-c",
|
||||
"--cn",
|
||||
help="use iQue (Chinese) version",
|
||||
action="store_const",
|
||||
const="cn",
|
||||
dest="version",
|
||||
)
|
||||
parser.add_argument(
|
||||
"-m", "--make", help="run make before finding difference(s)", action="store_true"
|
||||
)
|
||||
parser.add_argument(
|
||||
"-c",
|
||||
"--count",
|
||||
type=int,
|
||||
default=1,
|
||||
|
||||
Reference in New Issue
Block a user