Remove already fixed TODO

This commit is contained in:
Oystein Kristoffer Tveit 2024-08-07 17:27:29 +02:00
parent e1f89b7b72
commit a3c894061c
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 0 additions and 3 deletions

View File

@ -16,9 +16,6 @@ use crate::core::{
user_operations::user_exists, user_operations::user_exists,
}; };
// TODO: Support batch creation/dropping,showing of databases,
// using a comma-separated list of database names.
#[derive(Parser)] #[derive(Parser)]
// #[command(next_help_heading = Some(DATABASE_COMMAND_HEADER))] // #[command(next_help_heading = Some(DATABASE_COMMAND_HEADER))]
pub enum DatabaseCommand { pub enum DatabaseCommand {