check-host

Crates.iocheck-host
lib.rscheck-host
version0.1.0
sourcesrc
created_at2023-03-29 16:30:25.046417
updated_at2023-03-29 16:30:25.046417
descriptionA CLI and API Wrapper for https://check-host.net
homepage
repository
max_upload_size
id824198
size71,670
Joshue Abance (tbdsux)

documentation

README

check-host

A CLI and API Wrapper for https://check-host.net

Usage

> ch --help

Usage: ch [OPTIONS] <HOST>

Arguments:
  <HOST>  The hostname to check

Options:
  -t, --type <TYPE>    CHECKTYPE <ping | http | tcp | dns | udp> [default: ping]
  -n, --nodes <NODES>  Maximum number of nodes used for the check. 0 = max [default: 0]
  -w, --wait <WAIT>    Wait for seconds before checking the result [default: 0]
  -h, --help           Print help
  -V, --version        Print version

Screenshot

some things to note

I am a beginner and this is a project I made to learn more on Rust. Code is ugly, pls help in making it beautiful ~~

@tbdsux | 2023

Commit count: 0

cargo fmt