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.
1 parent 911f310 commit ca799f8Copy full SHA for ca799f8
src/commands/list.rs
@@ -5,6 +5,7 @@ use crate::cliargs::CliArgs;
5
use crate::commands::Command;
6
use crate::registry::list_available_nodes;
7
8
+#[allow(dead_code)]
9
pub struct ListCommand;
10
11
#[async_trait::async_trait]
src/commands/run.rs
@@ -5,6 +5,7 @@ use crate::cliargs::{CliArgs, Commands};
use crate::runner::run_app_internal;
pub struct RunCommand;
0 commit comments