menu
dartbag package
documentation
tty.dart
tty.dart
dark_mode
light_mode
tty
library
Utilities for command-line applications.
Extensions
ArgsParseOption
on ArgResults
Provides a
parseOptionValue
extension method on
ArgResults
.
Functions
getTerminalSize
(
)
→ (
{
int
height
,
int
width
}
)
Tries to get the size of the terminal.
wordWrap
(
String
s
,
int
maxLineLength
, {
int
hangingIndent
=
0
})
→
String
Word wraps a string to a maximum line length.
dartbag package
documentation
tty.dart
dartbag
package
Libraries
byte_data
collection
comparable
debug
matcher
math
misc
parse
random
readable_numbers
timer
tty
tty library