provinzio / CoinTaxman

Calculate your taxes from cryptocurrency gains
GNU Affero General Public License v3.0
141 stars 31 forks source link

Add proper cli #89

Open scientes opened 2 years ago

scientes commented 2 years ago

It would be nice to be able to Set options via the commandline and via config and be able to make other commands in the future (a first install guide which helps Set the config)

cement would be a good lib for that(it also comes with integrated Support for config files like yaml and json and also custom config handlers like env vars) but we also could make it without a lib

This would also close #20

provinzio commented 2 years ago

Do you think of an more enhanced cli than what we have right now with make and just starting the script?