You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm migrating from tox, which is able to autocomplete the names of environments (e.g. tox -e c<TAB>) and I tried to get similar working in Hatch by doing hatch run c<TAB>
where my script name starts with a c, but it didn't complete it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm migrating from
tox
, which is able to autocomplete the names of environments (e.g.tox -e c<TAB>
) and I tried to get similar working in Hatch by doinghatch run c<TAB>
where my script name starts with a
c
, but it didn't complete it.Is this something that can be enhanced?
Beta Was this translation helpful? Give feedback.
All reactions