CommitCount constructor
CommitCount({
- required GgLog ggLog,
- GgProcessWrapper? processWrapper,
Constructor
Implementation
CommitCount({required super.ggLog, super.processWrapper})
: super(
name: 'commit-count',
description: 'Returns the number of commits in the current branch.',
);