Stephan Hradek

Results 135 comments of Stephan Hradek

So if it's not your project, what's the reason for asking for improvements in `cli/v2`? > We can always improve the auto-detection during iterations. Who is "we"? If "we" includes...

I'm confused. Couldn't you just use flags? Why subcommands? `manage --author --book --delete`

Then maybe urfave/cli shouldn't be your tool of choice? Maybe look for something different. If you really want to use it, maybe simply mess with the arguments before passing them...

I agree to change the license from Commons-Clause v1.0 to Apache-2.0

I came here because "SensibleSideButtons" has neither a wheel click support, nor support for tilt. Unfortunately no tilt support here as well. I agree with the others that this would...

Or maybe, to save on horizontal screen real estate: ```text GLOBAL OPTIONS: --listen value --address value address on which the router will be listening on, ie: "localhost:11434" (default: "localhost:11434") [$GOLLAMAS_LISTEN,...

Maybe this way? ```text GLOBAL OPTIONS: --listen value OR --address value address on which the router will be listening on, ie: "localhost:11434" (default: "localhost:11434") [$GOLLAMAS_LISTEN, $LISTEN] --level value OR --error-level...

T.b.h. A "/" would confuse me. Personally I would prefer a hint that there is no help for that option. As I said before: What good is an option you...

I just checked a few man pages (ls, curl, git). All of them go the "Comma-way" and "Option on its own line" ```text -H, --header (HTTP IMAP SMTP) Extra header...

> [@Skeeve](https://github.com/Skeeve) I like the idea of going with a more standardized output. > > Although curl help looks like this and doesn't wrap > > ``` > curl --help...