In click, I could specify the type of an option, like this: 1 with the types specified here: 2 3 .
This is expecially useful for files with the click.File class.
cloup.File does not exist; Also it looks to me as if the whole typing functionality from click was not adopted. Are there alternatives to achieve similar functionality in cloup?
In click, I could specify the type of an option, like this: 1 with the types specified here: 2 3 .
This is expecially useful for files with the
click.Fileclass.cloup.Filedoes not exist; Also it looks to me as if the whole typing functionality from click was not adopted. Are there alternatives to achieve similar functionality in cloup?