You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running pry-byebug in Alpine Linux 3.14.2 Docker container and I get a following error when trying to debug a variable:
[1] pry(#<SpreadsheetParser>)> spreadsheet
less: unrecognized option: X
BusyBox v1.33.1 () multi-call binary.
Usage: less [-EFIMmNSRh~] [FILE]...
View FILE (or stdin) one screenful at a time
-E Quit once the end of a file is reached
-F Quit if entire file fits on first screen
-I Ignore case in all searches
-M,-m Display status line with line numbers
and percentage through the file
-N Prefix line number to each line
-S Truncate long lines
-R Remove color escape codes in input
-~ Suppress ~s displayed past EOF
Apparently pry-byebug does not support less from BusyBox.
The text was updated successfully, but these errors were encountered:
I'm running pry-byebug in Alpine Linux 3.14.2 Docker container and I get a following error when trying to debug a variable:
Apparently pry-byebug does not support
less
from BusyBox.The text was updated successfully, but these errors were encountered: