azomDev / pen

An easy-to-use tool for effortlessly managing virtual environments with specific Python versions
MIT License
4 stars 2 forks source link

Add command shortcuts #3

Closed azomDev closed 4 months ago

azomDev commented 4 months ago

allow for pen a as an alias for pen activate same thing for pen d as an alias for pen deactivate same thing for pen c as an alias for pen create

fedemagnani commented 4 months ago

You might create a opt struct via clap or structopt which would give you way more control in parsing cli inputs and defining short versions for the flag names.

azomDev commented 4 months ago

Thanks for the tip! I'll look into that

azomDev commented 4 months ago

added in f954e5a663169700aa06e5f7da4d8396a09d6028