MCPcopy
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
51def warn(text):
52 puts(colored.yellow('! {0}'.format(text)))
53
54
55def msg(text, stream=sys.stdout.write):

Callers 1

saveFunction · 0.85

Calls 1

putsFunction · 0.85

Tested by

no test coverage detected