Is there any way to make a `switch` required to be...
# clikt
j
Is there any way to make a
switch
required to be specified? As far as I can tell the only thing I can do is assign a default and move the null checking to my code.