mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
test: add test for non-defaulting for stding installable input
This commit is contained in:
parent
08089fdd32
commit
0e3849dc65
2 changed files with 5 additions and 1 deletions
|
@ -701,7 +701,7 @@ RawInstallablesCommand::RawInstallablesCommand()
|
|||
{
|
||||
addFlag({
|
||||
.longName = "stdin",
|
||||
.description = "Read installables from the standard input.",
|
||||
.description = "Read installables from the standard input. No default installable applied.",
|
||||
.handler = {&readFromStdIn, true}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue