feat: diff of states
Added first subcommand - diff. It allows to check how diffrent current state of machine is in compareson to world file.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
pub type Error = std::boxed::Box<dyn core::error::Error>;
|
||||
|
||||
pub type Result<T> = core::result::Result<T, Error>;
|
||||
Reference in New Issue
Block a user