diff --git a/news/5294.feature.rst b/news/5294.feature.rst new file mode 100644 index 00000000..cf4e7eef --- /dev/null +++ b/news/5294.feature.rst @@ -0,0 +1 @@ +Add ability for callable scripts in Pipfile under [scripts]. Callables can now be added like: ``:`` and can also take arguments. For exaple: ``func = {call = "package.module:func('arg1', 'arg2')"}`` then this can be activated in the shell with ``pipenv run func``