// SPDX-FileCopyrightText: 2025 Shun Sakai // // SPDX-License-Identifier: CC-BY-4.0 = qrtool-completion(1) // Specify in UTC. :docdate: 2025-05-26 :revnumber: 0.13.1 :doctype: manpage :mansource: qrtool {revnumber} :manmanual: General Commands Manual ifndef::site-gen-antora[:includedir: ./include] == NAME qrtool-completion - generate shell completion == SYNOPSIS *qrtool completion* _SHELL_ == DESCRIPTION This command generates shell completion. The completion is output to standard output. == POSITIONAL ARGUMENTS _SHELL_:: Shell to generate completion for. The possible values are:{blank}::: *bash*:::: Bash. *elvish*:::: Elvish. *fish*:::: fish. *nushell*:::: Nushell. *powershell*:::: PowerShell. *zsh*:::: Zsh. == OPTIONS *-h*, *--help*:: Print help message. The short flag (*-h*) will print a condensed help message while the long flag (*--help*) will print a detailed help message. *-V*, *--version*:: Print version number. ifndef::site-gen-antora[include::{includedir}/section-exit-status.adoc[]] ifdef::site-gen-antora[include::partial$man/man1/include/section-exit-status.adoc[]] == NOTES Source repository:{blank}:: https://github.com/sorairolake/qrtool ifndef::site-gen-antora[include::{includedir}/section-reporting-bugs.adoc[]] ifdef::site-gen-antora[include::partial$man/man1/include/section-reporting-bugs.adoc[]] ifndef::site-gen-antora[include::{includedir}/section-copyright.adoc[]] ifdef::site-gen-antora[include::partial$man/man1/include/section-copyright.adoc[]] == SEE ALSO *qrtool*(1), *qrtool-decode*(1), *qrtool-encode*(1)