NiklasRosenstein / slap

Slap is a CLI to assist in the process for developing and releasing Python packages.
https://niklasrosenstein.github.io/slap/
Other
18 stars 11 forks source link

`slap add` should respect the current (even if not activate) environment like other venv aware commands (e.g. `slap install`) #69

Closed NiklasRosenstein closed 1 year ago

NiklasRosenstein commented 1 year ago

AddCommandPlugin is a subclass of VenvAwareCommand for a while now.