typr_help: Get Help Information for a Typst command

View source: R/help.R

typr_helpR Documentation

Get Help Information for a Typst command

Description

Prints a message to the terminal with help information. Silently returns the content as character which can be printed with cat().

Usage

typr_help(command = NULL)

Arguments

command

name of a command to get help for, e.g. 'compile'

Value

a character vector of information, invisibly

Examples


typr_help('compile')


typr documentation built on June 8, 2025, 10:36 a.m.