@override Future<String> gitDiff({String? rev, bool staged = false, String? path}) => inner.gitDiff(rev: rev, staged: staged, path: path);