chainqueue/chainqueue/cli/arg.py

3 lines
126 B
Python
Raw Normal View History

2022-04-28 14:37:08 +02:00
def process_flags(argparser, flags):
argparser.add_argument('--backend', type=str, help='Backend to use for state store')