args property

List<String> args
final

Positional arguments Git passed to the hook ($1, $2, …).

Implementation

final List<String> args;