kingpin icon indicating copy to clipboard operation
kingpin copied to clipboard

Actions should have a way to determine the what triggered them

Open pgier opened this issue 6 years ago • 0 comments

AFAICT there is currently no way to determine which flag triggered an action from within the action function itself. This makes it difficult to re-use an action function between multiple flags. It would be nice if either the context contained the particular flag that called the action, or if there was a second parameter which contained this information.

pgier avatar Aug 28 '19 20:08 pgier