Make stats an alias for status.

This commit is contained in:
Condorra 2023-09-15 21:31:41 +10:00
parent 96424f3a1f
commit 5a5408479a

View File

@ -229,6 +229,7 @@ static REGISTERED_COMMANDS: UserVerbRegistry = phf_map! {
"st" => status::VERB,
"stat" => status::VERB,
"stats" => status::VERB,
"status" => status::VERB,
"uninstall" => uninstall::VERB,