MCPcopy Index your code
hub / github.com/treeverse/dvc / append_doc_link

Function append_doc_link

dvc/cli/utils.py:29–35  ·  view source on GitHub ↗
(help_message, path)

Source from the content-addressed store, hash-verified

27
28
29def append_doc_link(help_message, path):
30 from dvc.utils import format_link
31
32 if not path:
33 return help_message
34 doc_base = "https://man.dvc.org/"
35 return f"{help_message}\nDocumentation: {format_link(doc_base + path)}"
36
37
38def hide_subparsers_from_help(subparsers):

Callers 15

add_parserFunction · 0.90
add_parserFunction · 0.90
add_parserFunction · 0.90
add_parserFunction · 0.90
add_parserFunction · 0.90
add_parserFunction · 0.90
add_parserFunction · 0.90
add_parserFunction · 0.90
add_parserFunction · 0.90
add_parserFunction · 0.90
add_parserFunction · 0.90
add_parserFunction · 0.90

Calls 1

format_linkFunction · 0.90

Tested by

no test coverage detected