We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
switch list-contexts
exec
The used pattern matching package from https://github.com/becheran/wildmatch-go is too simplistic and doesn't allow flexible matching of contexts.
Either just go regex or find a better matching library?
Something that allows brace expansion {prod,staging} and optional prefixes would be good.
{prod,staging}
Or just go with regex.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The used pattern matching package from https://github.com/becheran/wildmatch-go is too simplistic and doesn't allow flexible matching of contexts.
Either just go regex or find a better matching library?
Something that allows brace expansion
{prod,staging}
and optional prefixes would be good.Or just go with regex.
The text was updated successfully, but these errors were encountered: