From 8ff455b4139a19a1dcc0c87a1077fd4bcfa3ff8f Mon Sep 17 00:00:00 2001 From: jerempy Date: Thu, 6 Oct 2022 13:29:09 -0400 Subject: [PATCH] news seg --- news/5294.feature.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/5294.feature.rst 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``