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
Currently, we parse CLI args and options just with pattern matching #145. It will be nice if we parse args from CLI by built-in module OptionParse check official docs or tutorial - elixir school. This approach ensure to handle errors more elegant with help message and so on. Currently we get some ugly error. It is not very user friendly interface.
The text was updated successfully, but these errors were encountered:
Currently, we parse CLI args and options just with pattern matching #145. It will be nice if we parse args from CLI by built-in module
OptionParse
check official docs or tutorial - elixir school. This approach ensure to handle errors more elegant with help message and so on. Currently we get some ugly error. It is not very user friendly interface.The text was updated successfully, but these errors were encountered: