mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-09 22:25:05 +00:00
replacecharacterid command stub - pack and sort examples
This commit is contained in:
@@ -26,7 +26,9 @@ import picocli.CommandLine.ArgGroup;
|
||||
footerHeading = "%n@|bold,underline Examples|@:%n",
|
||||
footer = {
|
||||
"ffdec-cli replacecharacterid --old-id=12 --new-id=15 --old-id=56 --new-id=49 input.swf output.swf",
|
||||
"ffdec-cli replacecharacterid --old-id=7 --new-id=9 input.swf output.swf"
|
||||
"ffdec-cli replacecharacterid --old-id=7 --new-id=9 input.swf output.swf",
|
||||
"ffdec-cli replacecharacterid --pack input.swf output.swf",
|
||||
"ffdec-cli replacecharacterid --sort input.swf output.swf"
|
||||
},
|
||||
sortSynopsis = false
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user