mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-10-05 16:57:01 +08:00
53 lines
785 B
Groff
53 lines
785 B
Groff
.nh
|
|
.TH "MINE" "3" "Jan 2022" "Auto generated by spf13/cobra" ""
|
|
|
|
.SH NAME
|
|
.PP
|
|
wice-completion-powershell - Generate the autocompletion script for powershell
|
|
|
|
|
|
.SH SYNOPSIS
|
|
.PP
|
|
\fBwice completion powershell [flags]\fP
|
|
|
|
|
|
.SH DESCRIPTION
|
|
.PP
|
|
Generate the autocompletion script for powershell.
|
|
|
|
.PP
|
|
To load completions in your current shell session:
|
|
|
|
.PP
|
|
.RS
|
|
|
|
.nf
|
|
wice completion powershell | Out-String | Invoke-Expression
|
|
|
|
.fi
|
|
.RE
|
|
|
|
.PP
|
|
To load completions for every new session, add the output of the above command
|
|
to your powershell profile.
|
|
|
|
|
|
.SH OPTIONS
|
|
.PP
|
|
\fB-h\fP, \fB--help\fP[=false]
|
|
help for powershell
|
|
|
|
.PP
|
|
\fB--no-descriptions\fP[=false]
|
|
disable completion descriptions
|
|
|
|
|
|
.SH SEE ALSO
|
|
.PP
|
|
\fBwice-completion(3)\fP
|
|
|
|
|
|
.SH HISTORY
|
|
.PP
|
|
6-Jan-2022 Auto generated by spf13/cobra
|