//! Anchor command implementation.
use Path;
use salvage;
use stow;
use crateResult;
use crateLogger;
/// Executes the anchor command - the main orchestrator.
///
/// This command anchors your build state by performing the complete workflow:
/// 1. Restores timestamps from the metadata
/// 2. Scans for changes and saves the new state
///
/// This is the recommended command for CI use.