mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 11:41:35 +01:00
cli: add --no-bool options automatically
This commit is contained in:
5
cli_function_test_config.py
Normal file
5
cli_function_test_config.py
Normal file
@@ -0,0 +1,5 @@
|
||||
def set_args(args):
|
||||
'''
|
||||
:type args: Dict[str, Any]
|
||||
'''
|
||||
args['bool_cli'] = True
|
||||
Reference in New Issue
Block a user