//! A typed operation codec, constrained shell-like parser/renderer, and
//! local/remote executors for driving any `fslite_core::FileSystem` backend
//! from a command line.
pub use Command;
pub use Executor;
pub use ;
pub use LocalExecutor;
pub use CommandOutput;
pub use RemoteExecutor;
pub use ;