jazzdotdev / jazz

The Scripting Engine that Combines Speed, Safety, and Simplicity
Apache License 2.0
147 stars 11 forks source link

Refactored arguments handling #163

Closed sineemore closed 5 years ago

sineemore commented 5 years ago

Removed println! calls and used clap to validate possible arguments.

sineemore commented 5 years ago

I believe all introduced unwrap calls are safe due to default arguments in clap