MCPcopy 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))
12def cli():
13 """Botasaurus CLI"""
14 pass
15
16def relative_path(path, goback=0):
17 levels = [".."] * (goback + -1)

Callers 1

__main__.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected