feat: deprecate compose subcommand
This commit is contained in:
@@ -5,14 +5,8 @@ use clap::Subcommand;
|
||||
#[derive(Subcommand, Debug)]
|
||||
pub enum Postgres {
|
||||
/// Import dump via pg_restore
|
||||
Import {
|
||||
#[arg(value_enum)]
|
||||
path: PathBuf,
|
||||
},
|
||||
Import { path: PathBuf },
|
||||
|
||||
/// Dump via pg_dump with format=c
|
||||
Dump {
|
||||
#[arg(value_enum)]
|
||||
path: PathBuf,
|
||||
},
|
||||
Dump { path: PathBuf },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user