client: add missing doccomments to command args
This commit is contained in:
@@ -26,7 +26,7 @@ use crate::{
|
||||
|
||||
#[derive(Parser, Debug, Clone)]
|
||||
pub struct EditPrivsArgs {
|
||||
/// The name of the database to edit privileges for
|
||||
/// The MySQL database to edit privileges for
|
||||
pub name: Option<MySQLDatabase>,
|
||||
|
||||
#[arg(
|
||||
|
||||
Reference in New Issue
Block a user