msfjarvis / healthchecks-rs

Simple Rust library to interact with healthchecks.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to clap's derive-based configuration

msfjarvis opened this issue · comments

It is more type-safe and allows idiomatic access of values (opts.check_id vs matches.value_of("check_id").unwrap()).

Clap documentation