mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 09:49:07 +01:00
Use description = "off" in hides test
This commit is contained in:
parent
3ce998e8b8
commit
2530ddb587
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue