Skip to content

ProgramLike

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/systemUtils.ts:13

Generic interface for program-like objects that can parse arguments. Allows decoupling from commander’s Command type.

getOptionValue(key): unknown

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/systemUtils.ts:14

string

unknown


parseAsync(args?): Promise<unknown>

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/systemUtils.ts:15

string[]

Promise<unknown>