PathFlagOptions
Options accepted by flag.path() and arg.path().
- Import:
@kjanat/dreamcli - Export kind: type
- Declared in:
src/core/schema/value-parsers.ts - Source link:
src/core/schema/value-parsers.ts:286
Signatures
ts
type PathFlagOptions = FilePathFlagOptions | DirectoryPathFlagOptions;