mesh-cli 0.2.0

Command-line interface for mesh processing and repair
mesh-cli-0.2.0 is not a library.

mesh-cli: Command-line interface for mesh processing and repair.

This tool provides access to mesh-repair and mesh-shell functionality from the command line, suitable for scripting and CI/CD pipelines.

Logging

Set the RUST_LOG environment variable to control log output:

  • RUST_LOG=mesh_repair=info - Basic operation logging
  • RUST_LOG=mesh_repair=debug - Detailed progress logging
  • RUST_LOG=mesh_repair::timing=debug - Performance timing
  • RUST_LOG=debug - All debug output

Example

# Basic repair with info logging
RUST_LOG=mesh_repair=info mesh repair input.stl -o output.stl

# Debug output for troubleshooting
RUST_LOG=debug mesh validate input.stl