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
feat: 🐛 improve error handling and validation to cli-tips.sh
* **Error Handling**
- Add `error` function to display error messages and exit.
- Replace existing error messages with calls to `error` function.
- Add checks for `TIPS_FOLDER` existence and provide error message if it does not exist.
- Add error handling for `mapfile` and `grep` commands.
* **Validation**
- Validate that the specified language file exists and provide error message if it does not.
0 commit comments