We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9377a commit 8caca68Copy full SHA for 8caca68
src/main.rs
@@ -435,7 +435,7 @@ fn stream(filename: String, pause_at: u64) -> StartedCommChannel {
435
436
fn get_opts() -> Opts {
437
438
- let matches = ClapApp::new("pipowser")
+ let matches = ClapApp::new("wv-linewise")
439
.version("0.0.0")
440
.author("Matthew Forrester")
441
.about("Puts the power of the browser into pipes.")
@@ -446,7 +446,7 @@ fn get_opts() -> Opts {
446
.short("c")
447
.long("code")
448
.value_name("CODE")
449
- .env("PIPOWSWER_CODE")
+ .env("WVLINEWISE_CODE")
450
)
451
.arg(ClapArg::with_name("stream")
452
.help("The stream files to process. Use \"-\" for STDIN")
0 commit comments