Files
cunicu/docs/usage/man/wice-completion-powershell.3
Steffen Vogel 951ecf4d77 add --log-file command line argument
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2022-02-03 19:05:38 +01:00

58 lines
963 B
Groff

.nh
.TH "WICE" "3" "Feb 2022" "https://github.com/stv0g/wice" ""
.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 OPTIONS INHERITED FROM PARENT COMMANDS
.PP
\fB-l\fP, \fB--log-file\fP=""
path of a file to write logs to
.PP
\fB-d\fP, \fB--log-level\fP="info"
log level (one of "debug", "info", "warn", "error", "dpanic", "panic", and "fatal")
.SH SEE ALSO
.PP
\fBwice-completion(3)\fP