chore: remove help of ping and ping-ipv4 commands

This commit is contained in:
2024-11-07 20:54:54 +01:00
parent 57da7e2b79
commit 2266b1be37

View File

@@ -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
###################################################