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
This is pretty much #1443 except I think I know how to reproduce it. I'm using podman as the program because I was told (containers/podman#12005) it uses cobra.
Add TAB: menu-complete to .inputrc.
Open bash and type podman --c<TAB>
Note that podman --cgroup-manager (Cgroup manager to use ("cgroupfs"|"systemd")) is added to the current line.
Press enter and get bash: syntax error near unexpected token `('
It is fixed with --no-descriptions, which I don't mind using but I just wanted to make sure the bug is chronicled.