SimpleGitOptions class

Constructors

SimpleGitOptions({dynamic baseDir, dynamic binary, dynamic maxConcurrentProcesses = 6, dynamic config, dynamic runInShell = false, dynamic stdoutEncoding = systemEncoding, dynamic stderrEncoding = systemEncoding, dynamic showOutput = false})
Options

Properties

baseDir String
working directory for commands to run in
getter/setter pairinherited
binary String?
app bynary on the machine
finalinherited
config String?
Any command executed will be prefixed with this config E.g. runs: binary_app -c
finalinherited
hashCode int
The hash code for this object.
no setterinherited
maxConcurrentProcesses int
Not used yet
finalinherited
runInShell bool
Run in Shell
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showOutput → dynamic
Show all outputs (Debug mode) - default = false
finalinherited
stderrEncoding Encoding
stderrEncoding
finalinherited
stdoutEncoding Encoding
stdoutEncoding
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited