jj/cli
Yuya Nishihara ee4a06d847 cli: inline CommandHelper::new()
This constructor has too many arguments enough to introduce a parameter struct,
which would be identical to the CommandHelper type. Let's simply inline it as
there are no external callers.
2024-03-02 21:16:36 +09:00
..
examples
src cli: inline CommandHelper::new() 2024-03-02 21:16:36 +09:00
testing
tests
build.rs
Cargo.toml
LICENSE