MCPcopy
hub / github.com/catppuccin/catppuccin / tf_diff_command

Method tf_diff_command

samples/python1.py:357–359  ·  view source on GitHub ↗
(self, file_name)

Source from the content-addressed store, hash-verified

355 return [get_user_command('hg') or 'hg', 'diff'] + vcs_options + [file_name]
356
357 def tf_diff_command(self, file_name):
358 vcs_options = self.settings.get('vcs_options', {}).get('tf') or ['-format:unified']
359 return [get_user_command('tf') or 'tf', 'diff'] + vcs_options + [file_name]
360
361 def get_line_ending(self):
362 return '\n'

Callers

nothing calls this directly

Calls 1

get_user_commandFunction · 0.85

Tested by

no test coverage detected