We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running lpc, a newline has been added to the prompt. In the example below, stat is my input:
lpc
stat
lpc> stat [stat output] lpc>
The text was updated successfully, but these errors were encountered:
@bje- What version of CUPS are you using? And what OS?
Sorry, something went wrong.
I am running CUPS on Ubuntu 20.04.
$ dpkg -S $(which lpc) cups-bsd: /usr/sbin/lpc $ dpkg -l cups-bsd | awk '/ii/ {print $3}' 2.3.1-9ubuntu1.1
Hmm, OK, investigating...
Fix lpc prompt (Issue #5946)
9d4e1ef
Fixed in master:
[master 9d4e1ef] Fix lpc prompt (Issue #5946)
and in OpenPrinting CUPS master:
[master e6be10920] Fix lpc prompt (Apple #5946)
michaelrsweet
No branches or pull requests
When running
lpc
, a newline has been added to the prompt. In the example below,stat
is my input:The text was updated successfully, but these errors were encountered: