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
Don't pattern match output of OptionParser instead use Keyword.get to obtain value for specific switch or information about using a particular switch on cli.
Don't pattern match output of
OptionParser
instead useKeyword.get
to obtain value for specific switch or information about using a particular switch on cli.see:
keyword ordering official docs
https://blog.appsignal.com/2022/08/09/write-a-standalone-cli-application-in-elixir.html
The text was updated successfully, but these errors were encountered: