Mercurial > libervia-backend
comparison sat_frontends/jp/cmd_blog.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 | 5f65f4e9f8cb |
children | bef32f3ccc06 |
comparison
equal
deleted
inserted
replaced
3599:ab1fe6b25631 | 3600:1709f0a78f50 |
---|---|
249 self, | 249 self, |
250 host, | 250 host, |
251 "get", | 251 "get", |
252 use_verbose=True, | 252 use_verbose=True, |
253 use_pubsub=True, | 253 use_pubsub=True, |
254 pubsub_flags={C.MULTI_ITEMS}, | 254 pubsub_flags={C.MULTI_ITEMS, C.CACHE}, |
255 use_output=C.OUTPUT_COMPLEX, | 255 use_output=C.OUTPUT_COMPLEX, |
256 extra_outputs=extra_outputs, | 256 extra_outputs=extra_outputs, |
257 help=_("get blog item(s)"), | 257 help=_("get blog item(s)"), |
258 ) | 258 ) |
259 | 259 |