Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tiny-pilot/tinypilot
/ command
Function
command
app/cli/registry.py:4–10 ·
view source on GitHub ↗
(command_name)
Source
from the content-addressed store, hash-verified
2
3
4
def
command(command_name):
5
6
def
decorator(func):
7
COMMANDS[command_name] = func
8
return
func
9
10
return
decorator
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected