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

Method command_filename

src/specify_cli/integrations/base.py:886–888  ·  view source on GitHub ↗

TOML commands use ``.toml`` extension.

(self, template_name: str)

Source from the content-addressed store, hash-verified

884 return args
885
886 def command_filename(self, template_name: str) -> str:
887 """TOML commands use ``.toml`` extension."""
888 return f"speckit.{template_name}.toml"
889
890 @staticmethod
891 def _extract_description(content: str) -> str:

Callers 1

setupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected