an-cabal / an-editor

an text editor
MIT License
6 stars 1 forks source link

Simple command-line argument parsing #3

Closed hawkw closed 7 years ago

hawkw commented 7 years ago

At the very least, the editor should be able to take a path to a file to open. A verbosity flag for debug logging would be nice too.

hawkw commented 7 years ago

I've used the clap crate for arg parsing in the past, and it's pretty nice & easy to use.