CLI Project Automation
cargo run --quiet --manifest-path Cargo.toml -p ophiolite-cli -- create-project .\demo-projectcargo run --quiet --manifest-path Cargo.toml -p ophiolite-cli -- project-summary .\demo-projectcargo run --quiet --manifest-path Cargo.toml -p ophiolite-cli -- inspect-file .\examples\sample.lascargo run --quiet --manifest-path Cargo.toml -p ophiolite-cli -- import .\examples\sample.las .\demo-log.laspkgcargo run --quiet --manifest-path Cargo.toml -p ophiolite-cli -- summary .\demo-log.laspkgThis is the current practical CLI path for local validation, standalone package creation, and scriptable inspection.