Open asmodehn opened 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.
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.