A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

client/push: Tweak --stdin flag help text, remove short flag

+2 -2
+2 -2
client/src/command/push.rs
··· 26 26 /// The store paths to push. 27 27 paths: Vec<PathBuf>, 28 28 29 - /// Read paths from stdin 30 - #[clap(short = 'i', long)] 29 + /// Read paths from the standard input. 30 + #[clap(long)] 31 31 stdin: bool, 32 32 33 33 /// Push the specified paths only and do not compute closures.