The old pager functionality wasn't migrated to the new Python API in #3413.
All help pages should be paged e.g. cylc --help, cylc run --help, etc.
This may be slightly tricky now that the CLI has migrated away from Bash, the nice easy help | ${PAGER:-less} solution might not be an option any more.
Using a native shell pager would be preferable so users can set their favorite pager in the conventional way.
Pull requests welcome!
The old pager functionality wasn't migrated to the new Python API in #3413.
All
helppages should be paged e.g.cylc --help,cylc run --help, etc.This may be slightly tricky now that the CLI has migrated away from Bash, the nice easy
help | ${PAGER:-less}solution might not be an option any more.subprocess.PIPEmight be one option.Using a native shell pager would be preferable so users can set their favorite pager in the conventional way.
Pull requests welcome!