Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds paging support to Enterasys B3/C3 #2455

Merged
1 commit merged into from
Jan 26, 2022

Conversation

piterpunk
Copy link
Contributor

Pre-Request Checklist

  • Passes rubocop code analysis (try rubocop --auto-correct)
  • Tests added or adapted (try rake test)
  • Changes are reflected in the documentation
  • User-visible changes appended to CHANGELOG.md

Description

Adds paging handler to enterasys.rb model

The paging prompt that I have is:

--More-- <space> next page, <cr> one line, <q> quit

But saw in some documentations --More-- or (q)uit or even --More-- so I used a regexp that can handle all of them. Better safe than sorry.

Closes #2454

@ghost ghost merged commit 484d3f5 into ytti:master Jan 26, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enterasys hangs at paging prompt
1 participant