Owen Griffiths

Results 29 issues of Owen Griffiths

I'm using a `FromRow` from my main model structure: ```rust #[derive(sqlx::FromRow)] struct MyUser { email: Option, } ``` With my `Email` being defined like shown, similar to the [docs](https://docs.rs/sqlx/latest/sqlx/trait.Type.html#transparent): ```rust...

enhancement

Optional arguments are currently gobbling up valid subcommands. For example, when a user tries `ab cd` and `cd` is a command but `ab` has optional data, optional takes precedence and...

bug

Before `0.1.0` release, there should be more demos and a restructured examples dir

documentation
enhancement

https://github.com/Owez/clonk/blob/15e8676fe218f63a4f6ca36f4f33300161f9c2d3/src/lib.rs#L185 Currently, we allow infinate length help messages, which are good for command-specific autohelp, e.g. `./program my_command --help`, but may not format properly on the overview `./program --help` where `my_command`...

enhancement
large feature

Important post-release feature, having a typo correction algorithm implemented helps a lot in my opinion and its a feature I like to see on other argparsers but that's missing from...

enhancement
large feature

Manual pages should also be a primary post-release feature, perhaps a little further down the line then #5 as they are still frequently used in modern times. It should not...

enhancement
large feature

When this project is further in development, all public items should be properly and fully documented with high-level examples for all. As for now however, they are purposefully more undocumented...

documentation
enhancement

I'm running a test run using the `crates` command and as I'm writing it's fetching crates. It seems to take quite a long time, even with a relatively low dependency...

The current climake library should be rewritten (again) to include better docs and add #6 (sub-commands) and #5 (well-generated help). This version should be split into multiple modules/files and have...

enhancement
v3-rewrite-branch