Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gitless-vcs/gitless
/ err
Function
err
gitless/cli/pprint.py:79–80 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
77
# Err
78
79
def
err(text):
80
puts(colored.red(
'✘ {0}'
.format(text)), stream=sys.stderr.write)
81
82
83
def
err_msg(text):
Callers
1
apply_err
Function · 0.85
Calls
1
puts
Function · 0.85
Tested by
no test coverage detected