You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
private val urls: List<String> by argument("urls", help="Some list of URLs.").multiple(true)
No exception is thrown when the argument is not provided in the CLI. I believe an exception should definitely be thrown in this case. Is there something I'm missing or is this a bug?
Thanks :)
The text was updated successfully, but these errors were encountered:
Say I have an argument as follows:
private val urls: List<String> by argument("urls", help="Some list of URLs.").multiple(true)
No exception is thrown when the argument is not provided in the CLI. I believe an exception should definitely be thrown in this case. Is there something I'm missing or is this a bug?
Thanks :)
The text was updated successfully, but these errors were encountered: