Esempio n. 1
0
    def get_arguments(self):
        """
        Extracts the specific arguments of this CLI
        """

        AlarmModify.get_arguments(self)
        self._alarm_id = self.args.alarm_id if self.args.alarm_id is not None else None
        self.get_api_parameters()
Esempio n. 2
0
    def get_arguments(self):
        """
        Extracts the specific arguments of this CLI
        """

        AlarmModify.get_arguments(self)
        self._alarm_id = self.args.alarm_id if self.args.alarm_id is not None else None
        self.get_api_parameters()
Esempio n. 3
0
 def get_arguments(self):
     """
     Extracts the specific arguments of this CLI
     """
     AlarmModify.get_arguments(self)