Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Boris-code/feapder
/ main
Function
main
feapder/commands/shell.py:201–208 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
199
200
201
def
main():
202
parser, args = parse_args()
203
if
args.url:
204
fetch_url(args.url)
205
elif
args.curl:
206
fetch_curl()
207
else
:
208
parser.print_help()
209
210
211
if
__name__ ==
"__main__"
:
Callers
1
shell.py
File · 0.70
Calls
3
fetch_url
Function · 0.85
fetch_curl
Function · 0.85
parse_args
Function · 0.70
Tested by
no test coverage detected