Skip to content

openminutes completion

Purpose

Generate shell completion scripts for OpenMinutes.

This is the parent command for the shell-specific completion generators. It does not require OpenMinutes config or a Feishu/Lark cookie.

Usage

sh
openminutes completion [command]

Commands

CommandPurpose
openminutes completion bashGenerate the autocompletion script for bash.
openminutes completion zshGenerate the autocompletion script for zsh.
openminutes completion fishGenerate the autocompletion script for fish.
openminutes completion powershellGenerate the autocompletion script for PowerShell.

Flags

FlagDescription
-h, --helpShow help for the completion command.

Global flags such as --config and --verbose are available, but completion generation does not need config.

Examples

sh
openminutes completion --help
openminutes completion bash
openminutes completion zsh
openminutes completion fish
openminutes completion powershell

Output

The shell-specific subcommands print completion scripts to stdout.

Errors And Notes

  • Redirect the generated script to the location expected by your shell, or source it in the current shell session.
  • Use the shell-specific guide for installation examples.