CommitMsgHook.verbose constructor

const CommitMsgHook.verbose({
  1. required List<HookTask> tasks,
  2. String? messageFile,
  3. List<String> diffArgs = const [],
  4. String diffFilters = '',
  5. bool runInParallel = true,
  6. bool backup = true,
})

Implementation

const CommitMsgHook.verbose({
  required super.tasks,
  this.messageFile,
  super.diffArgs = const [],
  super.diffFilters = '',
  super.runInParallel,
  super.backup,
}) : super.verbose();