comparison sat_frontends/jp/constants.py @ 3600:1709f0a78f50

jp (base): add flag for `use_pubsub` to add cache skipping option
author Goffi <goffi@goffi.org>
date Thu, 29 Jul 2021 22:51:01 +0200
parents 53fec6309fa3
children cbb988a6f507
comparison
equal deleted inserted replaced
3599:ab1fe6b25631 3600:1709f0a78f50
60 NODE = "node" # node required 60 NODE = "node" # node required
61 ITEM = "item" # item required 61 ITEM = "item" # item required
62 SINGLE_ITEM = "single_item" # only one item is allowed 62 SINGLE_ITEM = "single_item" # only one item is allowed
63 MULTI_ITEMS = "multi_items" # multiple items are allowed 63 MULTI_ITEMS = "multi_items" # multiple items are allowed
64 NO_MAX = "no_max" # don't add --max option for multi items 64 NO_MAX = "no_max" # don't add --max option for multi items
65 CACHE = "cache" # add cache control flag
65 66
66 # ANSI 67 # ANSI
67 A_HEADER = A.BOLD + A.FG_YELLOW 68 A_HEADER = A.BOLD + A.FG_YELLOW
68 A_SUBHEADER = A.BOLD + A.FG_RED 69 A_SUBHEADER = A.BOLD + A.FG_RED
69 # A_LEVEL_COLORS may be used to cycle on colors according to depth of data 70 # A_LEVEL_COLORS may be used to cycle on colors according to depth of data