nand-nor / dedelf

Deep elf EDitor
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Find better arg parsing crate #7

Closed nand-nor closed 4 years ago

nand-nor commented 4 years ago

Custom argument parsing is very long and ugly-- I suspect that there exists some nice Rust crate, similar to python's argparse, that would greatly improve the way in which I am parsing command line arguments. Need to look around for a suitable crate. If not may be worth creating a standardized tool for future projects.

nand-nor commented 4 years ago

Found rust crate argparse, may upgrade at later point to clap for nicer / more complex CLI options