fixed indents

This commit is contained in:
Emma Tebibyte 2022-09-04 19:28:13 -04:00
parent 9b41e09d46
commit cf2c8df86b
1 changed files with 38 additions and 22 deletions

View File

@ -155,53 +155,69 @@ source = git+https://github.com/IrisShaders/Iris.git
## Common OPTIONS: ## Common OPTIONS:
`-d`, `--dir[=FILE]` `-d`, `--dir[=FILE]`
Specifies the path for the hopfile being utilized
 Specifies the path for the hopfile being utilized
`-f`, `--filename=[FILE]` `-f`, `--filename=[FILE]`
Saves to a specific file name.
 Saves to a specific file name.
`-m`, `--mc-version[=VERSION]` `-m`, `--mc-version[=VERSION]`
Specifies for what VERSION of Minecraft PACKAGES are being managed
 Specifies for what VERSION of Minecraft PACKAGES are being managed
`-t`, `--type[=TYPE]` `-t`, `--type[=TYPE]`
Specifies what TYPE of PACKAGEs is being referenced
 Specifies what TYPE of PACKAGEs is being referenced
`-v`, `--verbose` `-v`, `--verbose`
Includes debug information in the output of `hopper` commands.
 Includes debug information in the output of `hopper` commands.
## SUBCOMMANDs ## SUBCOMMANDs
`get [OPTIONS] PACKAGE` `get [OPTIONS] PACKAGE`
Searches for a PACKAGE, displays the results, and downloads any selected
PACKAGES to the local cache.  Searches for a PACKAGE, displays the results, and downloads any selected
 PACKAGES to the local cache.
OPTIONS OPTIONS
`-n`, `--no-confirm` `-n`, `--no-confirm`
Does not display search results and downloads exact matches to the
cache. Requires `--mc-version` and `--type` be specified.  &emspDoes not display search results and downloads exact matches to the
  cache. Requires `--mc-version` and `--type` be specified.
`init [OPTIONS] [--mc-version=VERSION] [--type=TYPE] TEMPLATE` `init [OPTIONS] [--mc-version=VERSION] [--type=TYPE] TEMPLATE`
Creates a hopfile in the current directory and adds it to the global known
hopfiles list in the configuration file. If a TEMPLATE is passed as an  Creates a hopfile in the current directory and adds it to the global known
argument, the hopfile is added as a new template. A name is generated using  hopfiles list in the configuration file. If a TEMPLATE is passed as an
the VERSION and TYPE specified unless `--filename` is used.  argument, the hopfile is added as a new template. A name is generated using
 the VERSION and TYPE specified unless `--filename` is used.
OPTIONS OPTIONS
`--template[=TEMPLATE1,TEMPLATE2...]` `--template[=TEMPLATE1,TEMPLATE2...]`
Specifies TEMPLATE hopfiles' names upon which to base the new hopfile.
  Specifies TEMPLATE hopfiles' names upon which to base the new hopfile.
`install [OPTIONS] PACKAGE` `install [OPTIONS] PACKAGE`
Adds a PACKAGE to the current hopfile and runs `hopper update`. If the
PACKAGE cannot be found in the package cache, it runs `hopper get` first.  Adds a PACKAGE to the current hopfile and runs `hopper update`. If the
 PACKAGE cannot be found in the package cache, it runs `hopper get` first.
OPTIONS OPTIONS
`--template[=TEMPLATE1,TEMPLATE2...]`
Specifies a template hopfile to which to install mods  `--template[=TEMPLATE1,TEMPLATE2...]`
  Specifies a template hopfile to which to install mods
`list [OPTIONS]` `list [OPTIONS]`
Lists all installed packages.
 Lists all installed packages.
`update [OPTIONS] PACKAGE` `update [OPTIONS] PACKAGE`
Updates installed PACKAGEs and adds mods if they're missing to directories
with known hopfiles. If a PACKAGE is passed, `--type` must be specified so  Updates installed PACKAGEs and adds mods if they're missing to directories
that hopper `update`s the correct package.  with known hopfiles. If a PACKAGE is passed, `--type` must be specified so
 that hopper `update`s the correct package.