Closed bkbm closed 6 months ago
Make command methods return result enum if they can cause the program to panic, then modify method to ensure an err is returned instead of panic and ok is returned otherwise
Added the functionality will need to make my own errors at some point but string messages work for now.
Make command methods return result enum if they can cause the program to panic, then modify method to ensure an err is returned instead of panic and ok is returned otherwise