azomDev / pen

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

Add command shortcuts #3

Closed azomDev closed 1 week ago

azomDev commented 2 weeks 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 2 weeks 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 1 week ago

Thanks for the tip! I'll look into that

azomDev commented 1 week ago

added in f954e5a663169700aa06e5f7da4d8396a09d6028