Skip to content

PathFlagOptions

Options accepted by flag.path().

Signatures

ts
type PathFlagOptions = FilePathFlagOptions | DirectoryPathFlagOptions;

See Also

Released under the MIT License.