proxtop icon indicating copy to clipboard operation
proxtop copied to clipboard

Proxtop.__call__ should be split up into several functions

Open wdoekes opened this issue 7 years ago • 0 comments

  • get_proxtoprc_defaults()
  • get_argumentparser()
  • parse_arguments()
  • get_password()
  • collector = ProxtopCollector(args)
  • formatter = ProxtopFormatter()
  • formatter.format(collector.get_data())

wdoekes avatar May 15 '17 11:05 wdoekes