36 lines
1.8 KiB
Markdown
36 lines
1.8 KiB
Markdown
|
## packwiz completion
|
||
|
|
||
|
Generate the autocompletion script for the specified shell
|
||
|
|
||
|
### Synopsis
|
||
|
|
||
|
Generate the autocompletion script for packwiz for the specified shell.
|
||
|
See each sub-command's help for details on how to use the generated script.
|
||
|
|
||
|
|
||
|
### Options
|
||
|
|
||
|
```
|
||
|
-h, --help help for completion
|
||
|
```
|
||
|
|
||
|
### Options inherited from parent commands
|
||
|
|
||
|
```
|
||
|
--cache string The directory where packwiz will cache downloaded mods (default "/home/seasw/.cache/packwiz/cache")
|
||
|
--config string The config file to use (default "/home/seasw/.config/packwiz/.packwiz.toml")
|
||
|
--meta-folder string The folder in which new metadata files will be added, defaulting to a folder based on the category (mods, resourcepacks, etc; if the category is unknown the current directory is used)
|
||
|
--meta-folder-base string The base folder from which meta-folder will be resolved, defaulting to the current directory (so you can put all mods/etc in a subfolder while still using the default behaviour) (default ".")
|
||
|
--pack-file string The modpack metadata file to use (default "pack.toml")
|
||
|
-y, --yes Accept all prompts with the default or "yes" option (non-interactive mode) - may pick unwanted options in search results
|
||
|
```
|
||
|
|
||
|
### SEE ALSO
|
||
|
|
||
|
* [packwiz](packwiz.md) - A command line tool for creating Minecraft modpacks
|
||
|
* [packwiz completion bash](packwiz_completion_bash.md) - Generate the autocompletion script for bash
|
||
|
* [packwiz completion fish](packwiz_completion_fish.md) - Generate the autocompletion script for fish
|
||
|
* [packwiz completion powershell](packwiz_completion_powershell.md) - Generate the autocompletion script for powershell
|
||
|
* [packwiz completion zsh](packwiz_completion_zsh.md) - Generate the autocompletion script for zsh
|
||
|
|