diff --git a/napalm_srl/srl.py b/napalm_srl/srl.py index 5ab832c..c76ac8a 100644 --- a/napalm_srl/srl.py +++ b/napalm_srl/srl.py @@ -1675,7 +1675,13 @@ def get_snmp_information(self): # } - def get_config(self, retrieve='all', full=False, sanitized=False): + def get_config( + self, + retrieve: str = "all", + full: bool = False, + sanitized: bool = False, + format: str = "text", # Currently ignored + ): """ :param retrieve: Which configuration type you want to populate, default is all of them. The rest will be set to “”. :param full:Retrieve all the configuration. For instance, on ios, “sh run all”.