pipx: added options editable and pip_args (#4303)

* pipx: added options editable and pip_args

* added changelog fragment

* added version markers on new options
This commit is contained in:
Alexei Znamensky 2022-03-03 10:16:47 +13:00 committed by GitHub
commit f988eb5726
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 5 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- pipx - added options ``editable`` and ``pip_args`` (https://github.com/ansible-collections/community.general/issues/4300).