-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
No help text or man page for qvm-console-dispvm
#8019
Comments
There is, of course, help available on calling `qvm-console-dispvm`
|
I'm not comfortable with executing a command in dom0 without first having some idea of what it will do. Having to execute a command without any arguments in order to get the help text feels a bit shooting first and asking questions later. Also, since not every command works this way, it's not a reliable approach. Some commands will just immediately perform an action (potentially an irreversible action that you don't want). |
Are there any such commands in dom0? There really should not be. |
|
|
`qubes-dom0-update` gives you a prompt and the default is to cancel.
But it has performed significant actions first, before it gets to the
"prompt" stage.
|
Yes, exactly.
I think you're getting caught up on the specifics of one example and missing the point. The point really isn't whether, as a contingent matter of fact, there happen to be any such commands in dom0 right now. The point is that even experienced Linux users can't know exactly what a novel command will do from its name alone. If they try to find out what the command does by checking for help text and a man page and come up empty-handed, they shouldn't then be required to take a gamble and execute the command blindly in the hope that it will finally reveal its secrets (such as its basic function). It's just bad practice. |
fixes: QubesOS/qubes-issues#8019 (cherry picked from commit 9fdb9ef)
How to file a helpful issue
Qubes OS release
4.1.1
Brief summary
There's no help text or man page for
qvm-console-dispvm
.Steps to reproduce
In dom0:
Expected behavior
Help text and a man page.
Actual behavior
Neither.
The text was updated successfully, but these errors were encountered: