Skip to content

PathFlagOptions ​

Options accepted by flag.path() and arg.path().

Signatures ​

ts
type PathFlagOptions = FilePathFlagOptions | DirectoryPathFlagOptions;

See Also ​

Released under the MIT License.