pub struct CliPaths;Implementations§
Source§impl CliPaths
impl CliPaths
pub const ADMIN: &'static str = "admin"
pub const INFRA: &'static str = "infra"
pub const CORE: &'static str = "core"
pub const PLUGINS: &'static str = "plugins"
pub const CLOUD: &'static str = "cloud"
pub const ANALYTICS: &'static str = "analytics"
pub const WEB: &'static str = "web"
pub const BUILD: &'static str = "build"
pub const AGENTS: &'static str = "agents"
pub const USERS: &'static str = "users"
pub const CONFIG: &'static str = "config"
pub const SETUP: &'static str = "setup"
pub const SESSION: &'static str = "session"
pub const DB: &'static str = "db"
pub const JOBS: &'static str = "jobs"
pub const LOGS: &'static str = "logs"
pub const SERVICES: &'static str = "services"
pub const SYSTEM: &'static str = "system"
pub const CONTENT: &'static str = "content"
pub const FILES: &'static str = "files"
pub const CONTEXTS: &'static str = "contexts"
pub const SKILLS: &'static str = "skills"
pub const MCP: &'static str = "mcp"
pub const RUN: &'static str = "run"
pub const LIST: &'static str = "list"
pub const SHOW: &'static str = "show"
pub const START: &'static str = "start"
pub const STOP: &'static str = "stop"
pub const STATUS: &'static str = "status"
pub const RESTART: &'static str = "restart"
pub const MIGRATE: &'static str = "migrate"
pub const SERVE: &'static str = "serve"
pub const fn agent_run_args() -> [&'static str; 3]
pub const fn db_migrate_args() -> [&'static str; 3]
pub const fn services_serve_args() -> [&'static str; 3]
pub const fn infra_db_args(subcommand: &str) -> [&str; 3]
pub const fn infra_services_args(subcommand: &str) -> [&str; 3]
pub const fn admin_agents_args(subcommand: &str) -> [&str; 3]
pub const fn plugins_mcp_args(subcommand: &str) -> [&str; 3]
pub const fn db_migrate_cmd() -> &'static str
pub const fn services_serve_cmd() -> &'static str
pub const fn agent_run_cmd_pattern() -> &'static str
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CliPaths
impl RefUnwindSafe for CliPaths
impl Send for CliPaths
impl Sync for CliPaths
impl Unpin for CliPaths
impl UnwindSafe for CliPaths
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more