ContentStyle

Enumeration of content styling types for terminal output.

These styles are used by Terminal implementations to apply appropriate formatting to different types of text content in help messages and error output.

Entries

Link copied to clipboard

Plain text without any special formatting.

Link copied to clipboard

Text that should be emphasized or displayed in bold.

Link copied to clipboard

Error messages that should be highlighted for attention.

Link copied to clipboard

Parameter names, option switches, and values that should be visually distinct.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.