snowfallorg / nix-editor

A simple rust program to edit NixOS configuration files with just a command
MIT License
73 stars 6 forks source link

Switch argument parsing to clap #1

Closed vlinkz closed 2 years ago

vlinkz commented 2 years ago

https://github.com/clap-rs/clap is more widely used and supports more features. Using this along with refactoring the argument code can make the tool easier to use