mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Format
This commit is contained in:
@@ -104,9 +104,7 @@ class Main(App):
|
||||
self.parser_packs = self.subparsers.add_parser(
|
||||
"packs", help="Assemble asset packs"
|
||||
)
|
||||
self.parser_packs.add_argument(
|
||||
"input_directory", help="Packs source directory"
|
||||
)
|
||||
self.parser_packs.add_argument("input_directory", help="Packs source directory")
|
||||
self.parser_packs.add_argument(
|
||||
"output_directory", help="Packs output directory"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user