feat: add basic error handling
Add anyhow::Result<()> return signature to all scripts and main.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
pub fn stop_all() {
|
||||
use anyhow::Result;
|
||||
|
||||
pub fn stop_all() -> Result<()> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user