//! CLI command type definitions for `swactor-store`. //! //! Types only — no implementation. These define the CLI interface that will //! be wired to the actor system in a future milestone. use std::collections::BTreeMap; use std::path::PathBuf; use distribution::types::NodeId; /// Top-level CLI commands for `swactor-store`. #[derive(Debug, Clone)] pub enum CliCommand { /// Store a local file as a distributed object. /// /// ```text /// swactor-store put [--name