arg_parser
arg_parser copied to clipboard
A powerful JSON::Serializable like argument parser for Crystal
Results
1
arg_parser issues
Sort by
recently updated
recently updated
newest added
would be nice to have default array parser like this: ```crystal struct MyArgs include ArgParser getter ids : Array(Int32) end args = MyArgs.new(["--ids", "1,2,3"]) ```