Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 465 Bytes

ARCHITECTURE.md

File metadata and controls

19 lines (11 loc) · 465 Bytes

Adding a new display option

  1. Add a field to Cli

  2. Add a field to DisplayFields

  3. Add a formatter to text and a renderer to pretty

  4. Follow [[Adding a new interactive command]]

Adding a new interactive command

  1. Add new help menu
  • in render_interactive_help always
  • in render_menu also if it affects the main display
  1. Add new match arm in run (or relevant event::poll match)

  2. Add new entry in DisplayFields and Cli