Commit d7f44477 authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

make cli pub

parent 1666ca7a
...@@ -13,7 +13,7 @@ struct Cli { ...@@ -13,7 +13,7 @@ struct Cli {
} }
#[derive(Subcommand)] #[derive(Subcommand)]
enum Commands { pub enum Commands {
/// Run the controller /// Run the controller
Run { Run {
#[command(subcommand)] #[command(subcommand)]
...@@ -32,7 +32,7 @@ enum Commands { ...@@ -32,7 +32,7 @@ enum Commands {
} }
#[derive(Subcommand)] #[derive(Subcommand)]
enum Controllers { pub enum Controllers {
/// Openflow 1.3 with Controller13 /// Openflow 1.3 with Controller13
Ctrl13, Ctrl13,
/// Openflow 1.0 with Controller10 /// Openflow 1.0 with Controller10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment