mask icon indicating copy to clipboard operation
mask copied to clipboard

Ideas: Add enums, filepath, dirpath, constants

Open Swoorup opened this issue 3 years ago • 1 comments

Thoughts on adding enums, file path, directory path types to options? These options allow restricted subset of strings to be passed as flags

Swoorup avatar Dec 09 '22 02:12 Swoorup

Specifying a list of accepted values for a flag/option could be a nice user experience (preventing typos, documentation).

A file/directory path flag type could be nice as well. We could verify it's correctly formatted before it reaches the script.

jacobdeichert avatar Dec 13 '22 03:12 jacobdeichert