Skip to contents

Support for this function was added in Typst 0.14.0. If an earlier version is in used, an empty character vector is returned.

Usage

typr_completions(shell = c("bash", "elvish", "fish", "powershell", "zsh"))

Arguments

shell

The shell to generate completions for. One of c('bash', 'elvish', 'fish', 'powershell', 'zsh').

Value

a character vector of debugging information

Examples

if (FALSE) { # has_any_typst()
typr_completions(shell = 'powershell')
}