docs: add missing --skip-git option to README CLI reference

This commit is contained in:
mukunda katta 2026-04-08 07:48:01 -07:00
parent 3388ae16d7
commit 4b11d76f3b

View file

@ -192,6 +192,7 @@ gitnexus setup # Configure MCP for your editors (one-time)
gitnexus analyze [path] # Index a repository (or update stale index)
gitnexus analyze --force # Force full re-index
gitnexus analyze --skills # Generate repo-specific skill files from detected communities
gitnexus analyze --skip-git # Index a folder without requiring a .git directory
gitnexus analyze --skip-embeddings # Skip embedding generation (faster)
gitnexus analyze --skip-agents-md # Preserve custom AGENTS.md/CLAUDE.md gitnexus section edits
gitnexus analyze --embeddings # Enable embedding generation (slower, better search)