File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1212
1313env :
1414 LEFTHOOK : 0
15+ CLI_WIDTH : 120
16+ COLUMNS : 120
1517
1618jobs :
1719 build-push-artifacts :
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ Manages mods from Modrinth and Curseforge
77
88Options:
99 -V, --version output the version number
10- -c, --config <MODLIST_JSON > An alternative JSON file containing the configuration (default: "./modlist.json")
10+ -c, --config <MODLIST_JSON > An alternative JSON file containing the
11+ configuration (default: "./modlist.json")
1112 -q, --quiet Suppress all output (default: false)
1213 -d, --debug Enable debug messages (default: false)
1314 -h, --help display help for command
@@ -20,9 +21,12 @@ Commands:
2021 init [options]
2122 test|t [game_version]
2223 change [options] [game_version]
23- scan [options] Scans the mod directory and attempts to find the mods on the supported mod platforms.
24- prune [options] Prunes the mod directory from all the unmanaged files.
25- remove [options] <mods...> Removes one or more mods from both the config and the filesystem.
24+ scan [options] Scans the mod directory and attempts to find
25+ the mods on the supported mod platforms.
26+ prune [options] Prunes the mod directory from all the
27+ unmanaged files.
28+ remove [options] <mods...> Removes one or more mods from both the
29+ config and the filesystem.
2630 help [command] display help for command
2731"
2832`;
You can’t perform that action at this time.
0 commit comments