def call_performance(self, other_args: List[str]):
     """Process performance command"""
     finviz_view.view_group_data(other_args, "performance")
 def call_spectrum(self, other_args: List[str]):
     """Process spectrum command"""
     self.spectrum_img_to_delete = finviz_view.view_group_data(
         other_args, "spectrum"
     )
 def call_valuation(self, other_args: List[str]):
     """Process valuation command"""
     finviz_view.view_group_data(other_args, "valuation")