Skip to main content

Module commands

Module commands 

Source
Expand description

Command handlers for the CLI subcommands.

This module contains the runtime behavior for each subcommand, separated from main.rs so the entrypoint stays focused on bootstrapping.

Re-exports§

pub use init::run as run_init;
pub use status::run as run_status;
pub use sync_cmd::run as run_sync_cmd;

Modules§

init
Init command handler.
reset
Reset command handler.
scan
Scan command — find unregistered .git-same/ workspace folders.
setup
Setup command handler.
status
Status command handler.
support
Shared command helpers.
sync_cmd
Sync command handler.
workspace
Workspace management command handler.

Functions§

run_command
Run the specified command.