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
As coded, this just counts words or characters in the arguments, which
is not very useful in our execution scheme.
A more useful command would be a `count`, as detailed in #772
Or tweak the existing
operable:wc
command.We should be able to easily answer questions like "How many triggers do I have?" (
operable:trigger list | count
), etc.The simplest implementation would just return the count of how many inputs it receives.
The text was updated successfully, but these errors were encountered: