Skip to content

Commit 9bf4e05

Browse files
committed
chore: wrapfix
1 parent f28661d commit 9bf4e05

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212

1313
env:
1414
LEFTHOOK: 0
15+
CLI_WIDTH: 120
16+
COLUMNS: 120
1517

1618
jobs:
1719
build-push-artifacts:

src/__snapshots__/mmm.test.ts.snap

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Manages mods from Modrinth and Curseforge
77
88
Options:
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
`;

0 commit comments

Comments
 (0)