1
0
Fork 0
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:
Tom Bereknyei 2023-06-12 08:40:17 -04:00
parent 08089fdd32
commit 0e3849dc65
2 changed files with 5 additions and 1 deletions

View file

@ -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}
});