When ssh'ing into an app (e.g. a rails app, with fly ssh console -C "/app/bin/rails console"
), how can I prevent:
<page break> --- Press enter to continue ( q<enter> to break ) --- <page break>
and just dump everything to the console (without the breaks)?
Note I tried this but it didn't seem to affect it.