From 8fccab0c0f48b9492dc8ee7c310134848313ae06 Mon Sep 17 00:00:00 2001 From: meza <211977+meza@users.noreply.github.com> Date: Fri, 16 Aug 2024 23:54:59 +0100 Subject: [PATCH] Revert "ci: fixing tests after a bad command" This reverts commit 03a10faab9993254bb3ece24506e77ace85fed68. --- src/__snapshots__/mmm.test.ts.snap | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/__snapshots__/mmm.test.ts.snap b/src/__snapshots__/mmm.test.ts.snap index ab17a3da..c5cbadfe 100644 --- a/src/__snapshots__/mmm.test.ts.snap +++ b/src/__snapshots__/mmm.test.ts.snap @@ -7,7 +7,8 @@ Manages mods from Modrinth and Curseforge Options: -V, --version output the version number - -c, --config An alternative JSON file containing the configuration (default: "./modlist.json") + -c, --config 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 @@ -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] 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] Removes one or more mods from both the + config and the filesystem. help [command] display help for command " `;