Expand description
mars init [TARGET] [--link DIR...] — scaffold a mars project.
Creates <project-root>/mars.toml and <project-root>/TARGET (default: .agents).
Use --root to select an explicit project root.
Init does NOT walk up — it creates a project at cwd or the --root target.
Idempotent: re-running is a no-op for initialization but still processes
--link flags.
Structs§
- Init
Args - Arguments for
mars init.
Functions§
- run
- Run
mars init.