MCPcopy Index your code
hub / github.com/github/spec-kit / log

Function log

src/specify_cli/_utils.py:153–155  ·  view source on GitHub ↗
(message, color="green")

Source from the content-addressed store, hash-verified

151 existing JSONC comments/trailing commas are not preserved.
152 """
153 def log(message, color="green"):
154 if verbose and not tracker:
155 console.print(f"[{color}]{message}[/] {rel_path}")
156
157 def atomic_write_json(target_file: Path, payload: dict[str, Any]) -> None:
158 """Atomically write JSON while preserving existing mode bits when possible."""

Callers 1

handle_vscode_settingsFunction · 0.85

Calls 1

printMethod · 0.80

Tested by

no test coverage detected