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

Method skip

src/specify_cli/_console.py:68–69  ·  view source on GitHub ↗
(self, key: str, detail: str = "")

Source from the content-addressed store, hash-verified

66 self._update(key, status="error", detail=detail)
67
68 def skip(self, key: str, detail: str = ""):
69 self._update(key, status="skipped", detail=detail)
70
71 def _update(self, key: str, status: str, detail: str):
72 for s in self.steps:

Calls 1

_updateMethod · 0.95