This commit is contained in:
jerempy
2022-10-06 13:29:09 -04:00
parent bb0944265b
commit 8ff455b413
+1
View File
@@ -0,0 +1 @@
Add ability for callable scripts in Pipfile under [scripts]. Callables can now be added like: ``<pathed.module>:<func>`` 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``