mirror of
https://github.com/httpie/cli.git
synced 2025-01-04 04:39:14 +01:00
parent
d3df59c8af
commit
149cbc1604
@ -22,9 +22,9 @@ from .input import (OUT_REQ_BODY, OUT_REQ_HEAD,
|
|||||||
|
|
||||||
# Colors on Windows via colorama don't look that
|
# Colors on Windows via colorama don't look that
|
||||||
# great and fruity seems to give the best result there.
|
# great and fruity seems to give the best result there.
|
||||||
|
AVAILABLE_STYLES = set(STYLE_MAP.keys())
|
||||||
|
AVAILABLE_STYLES.add('solarized')
|
||||||
DEFAULT_STYLE = 'solarized' if not is_windows else 'fruity'
|
DEFAULT_STYLE = 'solarized' if not is_windows else 'fruity'
|
||||||
#noinspection PySetFunctionToLiteral
|
|
||||||
AVAILABLE_STYLES = set([DEFAULT_STYLE]) | set(STYLE_MAP.keys())
|
|
||||||
|
|
||||||
|
|
||||||
BINARY_SUPPRESSED_NOTICE = (
|
BINARY_SUPPRESSED_NOTICE = (
|
||||||
|
Loading…
Reference in New Issue
Block a user