diff --git a/README.md b/README.md index 9a21daa..75f9037 100644 --- a/README.md +++ b/README.md @@ -155,53 +155,69 @@ source = git+https://github.com/IrisShaders/Iris.git ## Common OPTIONS: `-d`, `--dir[=FILE]` - Specifies the path for the hopfile being utilized + + Specifies the path for the hopfile being utilized `-f`, `--filename=[FILE]` - Saves to a specific file name. + + Saves to a specific file name. `-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]` - Specifies what TYPE of PACKAGEs is being referenced + + Specifies what TYPE of PACKAGEs is being referenced `-v`, `--verbose` - Includes debug information in the output of `hopper` commands. + + Includes debug information in the output of `hopper` commands. ## SUBCOMMANDs `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 + `-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` - 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 - argument, the hopfile is added as a new template. A name is generated using - the VERSION and TYPE specified unless `--filename` is used. + + 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 + argument, the hopfile is added as a new template. A name is generated using + the VERSION and TYPE specified unless `--filename` is used. OPTIONS + `--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` - 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 - `--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]` - Lists all installed packages. + + Lists all installed packages. `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 - that hopper `update`s the correct package. \ No newline at end of file + + 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 + that hopper `update`s the correct package. \ No newline at end of file