Skip to content

ExampleCommand

An example command line: a literal string, or a function resolved at render time with the program ExampleMeta (so the program name need not be hardcoded).

Signatures

ts
type ExampleCommand = string | { (meta: ExampleMeta): string; };

See Also

Released under the MIT License.