Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
Tenjin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nawasan Wisitsingkhon
Tenjin
Commits
d7f44477
Commit
d7f44477
authored
Aug 14, 2024
by
Nawasan Wisitsingkhon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make cli pub
parent
1666ca7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cli_system.rs
src/cli/cli_system.rs
+2
-2
No files found.
src/cli/cli_system.rs
View file @
d7f44477
...
...
@@ -13,7 +13,7 @@ struct Cli {
}
#[derive(Subcommand)]
enum
Commands
{
pub
enum
Commands
{
/// Run the controller
Run
{
#[command(subcommand)]
...
...
@@ -32,7 +32,7 @@ enum Commands {
}
#[derive(Subcommand)]
enum
Controllers
{
pub
enum
Controllers
{
/// Openflow 1.3 with Controller13
Ctrl13
,
/// Openflow 1.0 with Controller10
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment