Port network/url command (#452)

* feat: add url command

* feat(network/url): add sub-command for url
This commit is contained in:
Jae-Heon Ji
2021-12-10 09:09:30 +09:00
committed by GitHub
parent 5c27ffa42e
commit c3b6e07de6
14 changed files with 424 additions and 3 deletions

View File

@ -42,6 +42,7 @@ pub enum Category {
Filters,
Formats,
Math,
Network,
Random,
Platform,
Shells,
@ -64,6 +65,7 @@ impl std::fmt::Display for Category {
Category::Filters => "filters",
Category::Formats => "formats",
Category::Math => "math",
Category::Network => "network",
Category::Random => "random",
Category::Platform => "platform",
Category::Shells => "shells",