clap alternative - Command line argument parsing
clap alternatifi - Komut satiri arguman ayristirma
Arguman ayristirma
lexopt = "0.3"Terminal renkleri
termcolor = "1"Copy this Cargo.toml to get started:
[package]
name = "my-cli-framework"
version = "0.1.0"
edition = "2021"
[dependencies]
lexopt = "0.3"
termcolor = "1"
thiserror = "1"
tracing = "0.1"