CommitCount constructor

CommitCount({
  1. required GgLog ggLog,
  2. GgProcessWrapper? processWrapper,
})

Constructor

Implementation

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