Connect applications to schemes, filetypes, and more on macOS (more to come)
2
fork

Configure Feed

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

the env variable is innaccurate to the actual bin name

+1 -1
+1 -1
infat-cli/build.rs
··· 37 37 fs::create_dir_all(&dest)?; 38 38 39 39 // generate completions 40 - let bin_name = env!("CARGO_PKG_NAME"); 40 + let bin_name = "infat"; 41 41 let mut cmd = Cli::command(); 42 42 43 43 for &shell in Shell::value_variants() {