chore: remove help of ping and ping-ipv4 commands
This commit is contained in:
@@ -196,22 +196,12 @@ function ping {
|
||||
echo $(request "$BASE_URL/ping")
|
||||
}
|
||||
|
||||
# TODO: implement method
|
||||
function ping_help {
|
||||
echo "TODO"
|
||||
}
|
||||
|
||||
HANDLE_PING_IPV4="ping-ipv4"
|
||||
|
||||
function ping_ipv4 {
|
||||
echo $(request "$BASE_URL_IPV4/ping")
|
||||
}
|
||||
|
||||
# TODO: implement method
|
||||
function ping_ipv4_help {
|
||||
echo "TODO"
|
||||
}
|
||||
|
||||
# endregion
|
||||
|
||||
###################################################
|
||||
|
Reference in New Issue
Block a user