Use description = "off" in hides test

This commit is contained in:
TheAwiteb 2023-09-20 17:58:12 +03:00
parent 3ce998e8b8
commit 2530ddb587
No known key found for this signature in database
GPG key ID: ABF818BD15DC2D34

View file

@ -234,7 +234,7 @@ fn descriptions_off() {
enum DefaultCommands { enum DefaultCommands {
#[command(hide)] #[command(hide)]
Start, Start,
#[command(hide)] #[command(description = "off")]
Username, Username,
/// off /// off
Help, Help,