Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dizzy-K/AutoPT
/ execute_command
Method
execute_command
tools/terminal.py:462–463 ·
view source on GitHub ↗
(self, command: str)
Source
from the content-addressed store, hash-verified
460
return
self._execute_local(normalized_command)
461
462
def
execute_command(self, command: str) -> str:
463
return
self.execute(command).output
464
465
def
close(self) -> None:
466
if
self.client is not None:
Callers
nothing calls this directly
Calls
1
execute
Method · 0.95
Tested by
no test coverage detected