Package io.neatify.cli.ui
Class Display
java.lang.Object
io.neatify.cli.ui.Display
Lightweight console display utility.
Provides banner and formatted output helpers. Interactive input lives in
Console.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic Stringline()static voidstatic voidprintBannerSafe(AppInfo appInfo, Theme theme) Unicode banner encoded with sequences, with ASCII fallback.static voidstatic voidprintError(String text) static voidstatic voidstatic voidprintln()static voidstatic voidprintResultTable(int moved, int skipped, int errors) static voidprintSection(String title) static voidprintSectionCentered(String title) static voidprintSuccess(String message) static voidprintWarning(String message)
-
Field Details
-
LINE_WIDTH
public static final int LINE_WIDTH- See Also:
-
-
Method Details
-
print
-
println
-
println
public static void println() -
printError
-
printSuccess
-
printInfo
-
printWarning
-
printErr
-
printLine
public static void printLine() -
line
-
printSection
-
printSectionCentered
-
center
-
printBannerSafe
Unicode banner encoded with sequences, with ASCII fallback. Respects env override NEATIFY_FORCE_UNICODE=true to force Unicode rendering. -
printResultTable
public static void printResultTable(int moved, int skipped, int errors)
-