explainer 0.1.0

Explain a given word, including its pronunciation, meanings, and sample sentences.
Documentation
1
2
3
4
5
6
use clap::Parser;

#[derive(Debug, Parser)]
pub struct Cli {
    pub word: String,
}