withfig / autocomplete

IDE-style autocomplete for your existing terminal & shell

Home Page:https://fig.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Peotry and Pipenv pyproject.toml and Pipenv file can have [scripts] (like package.json) which are not picked up

gruckion opened this issue · comments

Sanity checks

Feature Details

Description:

In nodeJS package.json has scripts which are identified by fig when you run npm run or yarn run. Python has the same feature with the new package.json equivalent pyproject.toml or with Pipenv's Pipenv file.

##Expected:

The following script with Pipenv to be detected.

[scripts]
format = "pipenv run black . --config Pipfile"

Actual:

No understanding of the existence of this command or any other scripts.