ParsedVersionArgs
The result of parsing the command-line arguments for a version update.
Import:
import type { ParsedVersionArgs } from 'obsidian-dev-utils/script-utils/version';Signature:
export interface ParsedVersionArgsProperties
| Property | Type | Description |
|---|---|---|
| options | UpdateVersionOptions | The UpdateVersionOptions parsed from the flags. |
| versionUpdateType | string | undefined | The positional version update type argument, or undefined if none was provided. |
Links to this page: