CLIOutput class
CLI output formatter class
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
printBackupCreated(
) → void - Print backup creation success message
-
printBackupRestored(
) → void - Print backup restoration success message
-
printDryRunResults(
AnalysisResult result) → void - Print analysis results in dry-run format
-
printError(
String message) → void - Print error message
-
printInfo(
String message) → void - Print info message
-
printSuccess(
String message) → void - Print success message
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited