mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
cli_function: handle nargs="*" in config file
nargs="*" leads to default [] and not None
This commit is contained in:
@@ -3,3 +3,4 @@ def set_args(args):
|
||||
:type args: Dict[str, Any]
|
||||
'''
|
||||
args['bool_cli'] = False
|
||||
args['args_star'] = ['asdf', 'qwer']
|
||||
|
||||
Reference in New Issue
Block a user