## 🚀 Feature Proposal Add `try` / `catch` to control flow. ## Motivation To round out the feature set. ## Example ``` try command command command catch command you wan to run if there's an error end ```