Add number
type to options for input validation purposes
#3
Labels
enhancement
New feature or request
number
type to options for input validation purposes
#3
The port option below has
type: number
which would allow us to validate the input is correct.Note that even though we can at least validate it, it still gets turned into an environment variable which is just a string. The benefit here is that the script can assume it's always a number and cast it as such.
The text was updated successfully, but these errors were encountered: