Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Shaunwei/RealChar
/ cli
Function
cli
cli.py:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
@click.group()
10
def
cli():
11
assert sys.version_info > (3, 10),
"Python version must be newer than 3.10"
12
pass
13
14
15
@click.command()
Callers
1
cli.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected