Function allowed_cli_args
Synopsis
def allowed_cli_args(self)
Description
Returns the attribute names that can be be overwritten from command line input
Source
Lines 22-25 in anyfig/config_functions.py.
def allowed_cli_args(self):
''' Returns the attribute names that can be be overwritten from command line input '''
return self.get_parameters()