Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/omkarcloud/botasaurus
/ cli
Function
cli
bota/src/bota/__main__.py:12–14 ·
view source on GitHub ↗
Botasaurus CLI
()
Source
from the content-addressed store, hash-verified
10
11
@click.group(context_settings=dict(max_content_width=160))
12
def
cli():
13
""
"Botasaurus CLI"
""
14
pass
15
16
def
relative_path(path, goback=0):
17
levels = [
".."
] * (goback + -1)
Callers
1
__main__.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected