Mercurial > libervia-backend
comparison sat_frontends/jp/constants.py @ 3715:b9718216a1c0 0.9
merge bookmark 0.9
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 01 Dec 2021 16:13:31 +0100 |
parents | cbb988a6f507 |
children | 4b842c1fb686 |
comparison
equal
deleted
inserted
replaced
3714:af09b5aaa5d7 | 3715:b9718216a1c0 |
---|---|
65 NODE = "node" # node required | 65 NODE = "node" # node required |
66 ITEM = "item" # item required | 66 ITEM = "item" # item required |
67 SINGLE_ITEM = "single_item" # only one item is allowed | 67 SINGLE_ITEM = "single_item" # only one item is allowed |
68 MULTI_ITEMS = "multi_items" # multiple items are allowed | 68 MULTI_ITEMS = "multi_items" # multiple items are allowed |
69 NO_MAX = "no_max" # don't add --max option for multi items | 69 NO_MAX = "no_max" # don't add --max option for multi items |
70 CACHE = "cache" # add cache control flag | |
70 | 71 |
71 # ANSI | 72 # ANSI |
72 A_HEADER = A.BOLD + A.FG_YELLOW | 73 A_HEADER = A.BOLD + A.FG_YELLOW |
73 A_SUBHEADER = A.BOLD + A.FG_RED | 74 A_SUBHEADER = A.BOLD + A.FG_RED |
74 # A_LEVEL_COLORS may be used to cycle on colors according to depth of data | 75 # A_LEVEL_COLORS may be used to cycle on colors according to depth of data |