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 commit improves the help texts that describe when you can use
wildcards. It also automatically wraps the parameters in wildcards in
some cases.
Finally, it adds a few commands to the test suite,
Partially takes care of #136.
#167)
* Clarify help about wildcards
This commit improves the help texts that describe when you can use
wildcards. It also automatically wraps the parameters in wildcards in
some cases.
Finally, it adds a few commands to the test suite,
Partially takes care of #136.
It probably makes sense to refactor
convert_wildcard_to_filter
andconvert_wildcard_to_regex
after #134 gets resolved.convert_wildcard_to_filter
isn't in use. Maybe just remove it?convert_wildcard_to_regex
might lead to this pattern:Make input and output a dict probably makes more sense:
The text was updated successfully, but these errors were encountered: