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
and I don't see a way to affect this or override it somehow - a single sh in chain, and shellingham says it is sh. Correspondingly typer won't install any completions.
The text was updated successfully, but these errors were encountered:
Let me start from goal. I want to run
typer --install-completions
in container, I want this to be run automatically.Sadly, this means command should run from
sh
. Usually no big deal as sh -c 'bash -lc do-whatever'. But typer uses shellingham to auto-identify shell.And here we are (whole thing running from bash):
and I don't see a way to affect this or override it somehow - a single sh in chain, and shellingham says it is sh. Correspondingly typer won't install any completions.
The text was updated successfully, but these errors were encountered: