asmodehn / crypy

MIT License
2 stars 1 forks source link

implement cli aliases #15

Open asmodehn opened 5 years ago

asmodehn commented 5 years ago

Example : https://github.com/pallets/click/blob/master/examples/aliases/aliases.py

Main benefit is to keep a consistant command line, based on domain logic. Everything that is because of "ease of use" is delegated to aliases.