Files
linux-kernel-module-cheat/cli_function_test_config_2.py
Ciro Santilli 六四事件 法轮功 44a674e87d cli_function: handle nargs="*" in config file
nargs="*" leads to default [] and not None
2019-01-22 00:00:00 +00:00

7 lines
137 B
Python

def set_args(args):
'''
:type args: Dict[str, Any]
'''
args['bool_cli'] = False
args['args_star'] = ['asdf', 'qwer']