MCPcopy
hub / github.com/catppuccin/catppuccin / git_status_command

Method git_status_command

samples/python1.py:698–699  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

696 self.run_command(status_command(), self.status_done, working_dir=self.vcs['root'])
697
698 def git_status_command(self):
699 return [get_user_command('git') or 'git', 'status', '--porcelain']
700
701 def svn_status_command(self):
702 return [get_user_command('svn') or 'svn', 'status', '--quiet']

Callers

nothing calls this directly

Calls 1

get_user_commandFunction · 0.85

Tested by

no test coverage detected