moo.shell.paginator.run_paginator

async moo.shell.paginator.run_paginator(content='', content_type='text')

Display read-only text with less-like pagination in the full-screen terminal.

Parameters:
  • content (str) – text to display

  • content_type (str) – “python”, “json”, or “text” — controls syntax highlighting

Return type:

None