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
How can I define an empty space as the default value of an argument/option?
Using ' ' is interpreted as 3 chars (i.e. a quoted space). Obviously, I can apply the default value in the handle() code, but I was wondering if I am missing the "cleo" way of doing this.
How can I define an empty space as the default value of an argument/option?
Using
' '
is interpreted as 3 chars (i.e. a quoted space). Obviously, I can apply the default value in thehandle()
code, but I was wondering if I am missing the "cleo" way of doing this.Minimal Working Example
The text was updated successfully, but these errors were encountered: