diff 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
line wrap: on
line diff
--- a/sat_frontends/jp/constants.py	Thu Jul 29 22:51:01 2021 +0200
+++ b/sat_frontends/jp/constants.py	Thu Jul 29 22:51:01 2021 +0200
@@ -62,6 +62,7 @@
     SINGLE_ITEM = "single_item"  # only one item is allowed
     MULTI_ITEMS = "multi_items"  # multiple items are allowed
     NO_MAX = "no_max"  # don't add --max option for multi items
+    CACHE = "cache"  # add cache control flag
 
     # ANSI
     A_HEADER = A.BOLD + A.FG_YELLOW