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
Minor: What do you think about adding a common decorator like, @click_add_exclude_components_option, with a callback that performs this logic, like we do for tokens in R-Client?
We could even have a single option decorator for components @click_add_components_option with the possibility of taking a parameter allow_exclude_components=True so components will always be the result of select components with or without exclude components filter.
Minor: What do you think about adding a common decorator like,
@click_add_exclude_components_option
, with a callback that performs this logic, like we do for tokens in R-Client?We could even have a single option decorator for components
@click_add_components_option
with the possibility of taking a parameterallow_exclude_components=True
so components will always be the result of select components with or without exclude components filter.Edited: We could create a ticket for it.
Originally posted by @diegodelemos in #443 (comment)
The text was updated successfully, but these errors were encountered: