Add better exit command (#369)

This commit is contained in:
JT
2021-11-26 21:00:57 +13:00
committed by GitHub
parent f052b3313d
commit 5d88ed6c75
6 changed files with 44 additions and 12 deletions

View File

@ -42,6 +42,7 @@ pub enum Category {
Filters,
Formats,
Math,
Shells,
Strings,
System,
Viewers,
@ -61,6 +62,7 @@ impl std::fmt::Display for Category {
Category::Filters => "filters",
Category::Formats => "formats",
Category::Math => "math",
Category::Shells => "shells",
Category::Strings => "strings",
Category::System => "system",
Category::Viewers => "viewers",