mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 14:02:55 +00:00
Remove unimplemented "snapshot" subcommand from --help
This commit is contained in:
2
vendor/postgres
vendored
2
vendor/postgres
vendored
Submodule vendor/postgres updated: 167196910d...d143241a16
@@ -30,14 +30,6 @@ fn main() {
|
||||
.subcommand(SubCommand::with_name("stop").arg(name_arg.clone()))
|
||||
.subcommand(SubCommand::with_name("destroy").arg(name_arg.clone())),
|
||||
)
|
||||
.subcommand(
|
||||
SubCommand::with_name("snapshot")
|
||||
.about("Manage database snapshots")
|
||||
.subcommand(SubCommand::with_name("create"))
|
||||
.subcommand(SubCommand::with_name("start"))
|
||||
.subcommand(SubCommand::with_name("stop"))
|
||||
.subcommand(SubCommand::with_name("destroy")),
|
||||
)
|
||||
.get_matches();
|
||||
|
||||
// handle init separately and exit
|
||||
|
||||
Reference in New Issue
Block a user