Skip to content

Commit

Permalink
Revert "ci: fixing tests after a bad command"
Browse files Browse the repository at this point in the history
This reverts commit 03a10fa.
  • Loading branch information
meza committed Aug 16, 2024
1 parent e2b72d6 commit 8fccab0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/__snapshots__/mmm.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Manages mods from Modrinth and Curseforge
Options:
-V, --version output the version number
-c, --config <MODLIST_JSON> An alternative JSON file containing the configuration (default: "./modlist.json")
-c, --config <MODLIST_JSON> An alternative JSON file containing the
configuration (default: "./modlist.json")
-q, --quiet Suppress all output (default: false)
-d, --debug Enable debug messages (default: false)
-h, --help display help for command
Expand All @@ -20,9 +21,12 @@ Commands:
init [options]
test|t [game_version]
change [options] [game_version]
scan [options] Scans the mod directory and attempts to find the mods on the supported mod platforms.
prune [options] Prunes the mod directory from all the unmanaged files.
remove [options] <mods...> Removes one or more mods from both the config and the filesystem.
scan [options] Scans the mod directory and attempts to find
the mods on the supported mod platforms.
prune [options] Prunes the mod directory from all the
unmanaged files.
remove [options] <mods...> Removes one or more mods from both the
config and the filesystem.
help [command] display help for command
"
`;

0 comments on commit 8fccab0

Please sign in to comment.