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
For commands like foo-bar, you create invalid bash code. The following diff is part of a solution, and at least prevents ugly bash error messages when you press TAB.
This patch avoids errors during completion when a plugin
uses names like "sub-command". It does not make completion
fully working for such commands though, thus no close.
beets version 1.4.6
Python version 3.5.2
For commands like
foo-bar
, you create invalid bash code. The following diff is part of a solution, and at least prevents ugly bash error messages when you press TAB.But then option completion still doesn't work correctly.
The text was updated successfully, but these errors were encountered: