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
Executing this: !thing "first argument" "second one"
Will turn into thing.handler(context, "first argument", "second one") being called.
The same way it works in cmd, powershell, bash...