1 2 3 4 5 6
// This was used for generating shell completions to be included with each release. // We now provide a subcommand to generate them on the fly. fn main() -> Result<(), std::io::Error> { Ok(()) }