42 lines
1.6 KiB
Markdown
42 lines
1.6 KiB
Markdown
## packwiz completion powershell
|
|
|
|
Generate the autocompletion script for powershell
|
|
|
|
### Synopsis
|
|
|
|
Generate the autocompletion script for powershell.
|
|
|
|
To load completions in your current shell session:
|
|
|
|
packwiz completion powershell | Out-String | Invoke-Expression
|
|
|
|
To load completions for every new session, add the output of the above command
|
|
to your powershell profile.
|
|
|
|
|
|
```
|
|
packwiz completion powershell [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for powershell
|
|
--no-descriptions disable completion descriptions
|
|
```
|
|
|
|
### 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 completion](packwiz_completion.md) - Generate the autocompletion script for the specified shell
|
|
|