We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--version
--help
1 parent 6627d5e commit 7daf59eCopy full SHA for 7daf59e
crates/ark/src/main.rs
@@ -124,15 +124,15 @@ fn main() -> anyhow::Result<()> {
124
},
125
"--version" => {
126
println!("Ark {}", env!("CARGO_PKG_VERSION"));
127
- has_action = true;
+ return Ok(());
128
129
"--install" => {
130
install_kernel_spec()?;
131
return Ok(());
132
133
"--help" => {
134
print_usage();
135
136
137
"--no-capture-streams" => capture_streams = false,
138
"--default-repos" => {
0 commit comments