UrlFlagOptions
Options accepted by flag.url().
- Import:
@kjanat/dreamcli - Export kind: interface
- Declared in:
src/core/schema/value-parsers.ts - Source link:
src/core/schema/value-parsers.ts:15
Signatures
ts
interface UrlFlagOptions {}Members
Properties
protocols
Allowed URL protocols, without the trailing colon (e.g. ['https']).
ts
protocols?: readonly string[];