Misc #35

Merged
oysteikt merged 13 commits from misc into main 2024-08-07 17:29:15 +02:00
1 changed files with 0 additions and 3 deletions
Showing only changes of commit a3c894061c - Show all commits

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 {