Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gitless-vcs/gitless
/ warn
Function
warn
gitless/cli/pprint.py:51–52 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
49
50
51
def
warn(text):
52
puts(colored.yellow(
'! {0}'
.format(text)))
53
54
55
def
msg(text, stream=sys.stdout.write):
Callers
1
save
Function · 0.85
Calls
1
puts
Function · 0.85
Tested by
no test coverage detected