···2626 /// The store paths to push.
2727 paths: Vec<PathBuf>,
28282929- /// Read paths from stdin
3030- #[clap(short = 'i', long)]
2929+ /// Read paths from the standard input.
3030+ #[clap(long)]
3131 stdin: bool,
32323333 /// Push the specified paths only and do not compute closures.