MCPcopy Create free account
hub / github.com/ladaapp/lada / add_usage

Method add_usage

lada/cli/utils.py:174–177  ·  view source on GitHub ↗
(self, usage, actions, groups, prefix=None)

Source from the content-addressed store, hash-verified

172 super(TranslatableHelpFormatter, self).__init__(*args, **kwargs)
173
174 def add_usage(self, usage, actions, groups, prefix=None):
175 prefix = _("Usage: ")
176 args = usage, actions, groups, prefix
177 self._add_item(self._format_usage, args)
178
179class Progressbar:
180 def __init__(self, video_metadata: VideoMetadata):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected