feat: add link command
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use super::{Django, DockerCompose, Postgres};
|
||||
use super::{Django, DockerCompose, Link, Postgres};
|
||||
use clap::{Parser, Subcommand};
|
||||
|
||||
/// A program for interacting with various dockerized applications.
|
||||
@@ -28,4 +28,10 @@ pub enum Commands {
|
||||
#[command(subcommand)]
|
||||
command: Postgres,
|
||||
},
|
||||
|
||||
/// Out-of-repo store related subcommands
|
||||
Link {
|
||||
#[command(subcommand)]
|
||||
command: Link,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user