Files
cunicu/docs/usage/man/wice-completion-fish.3
Steffen Vogel aac3432a32 update auto-generated docs
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2022-01-07 11:38:24 +01:00

64 lines
839 B
Groff

.nh
.TH "MINE" "3" "Jan 2022" "Auto generated by spf13/cobra" ""
.SH NAME
.PP
wice-completion-fish - Generate the autocompletion script for fish
.SH SYNOPSIS
.PP
\fBwice completion fish [flags]\fP
.SH DESCRIPTION
.PP
Generate the autocompletion script for the fish shell.
.PP
To load completions in your current shell session:
.PP
.RS
.nf
wice completion fish | source
.fi
.RE
.PP
To load completions for every new session, execute once:
.PP
.RS
.nf
wice completion fish > ~/.config/fish/completions/wice.fish
.fi
.RE
.PP
You will need to start a new shell for this setup to take effect.
.SH OPTIONS
.PP
\fB-h\fP, \fB--help\fP[=false]
help for fish
.PP
\fB--no-descriptions\fP[=false]
disable completion descriptions
.SH SEE ALSO
.PP
\fBwice-completion(3)\fP
.SH HISTORY
.PP
7-Jan-2022 Auto generated by spf13/cobra