Jakob Lover
Jakob Lover
I very much enjoy the fact that CLI11 does not require external dependencies, please don't make users include fmt. I like the idea of user-submitted formatters though.
I definitely think there should be a helpformatter that does include fmt, but that fmt should not be required to compile cli11. I might get something up and running.
Yep I'm on the latest release.
Not sure if it was clear from the original post, but the option can be of variable length with 0 to 1 inputs ( ->expected(0,1) ) . Even then, --help...
@henryiii Not sure if this is related, but if I add a positional option to a subcommand with ->expected(0,1), it is not parsed correctly
Maybe implement a ->header() to complement the already existing ->footer() ?
For me, this seems to happen when I reload *.com/flood/overview instead of *.com/flood
I can see that when the torrent is dragged into the torrentlist, it looks up the startTorrentsOnLoad property in settings. This is automatically set to "false" in the default settings,...
The problem isn't that there is a way to add the torrent and start automatically. The problem is that there is no reason for the torrent to wait for user...
Okay that works, I just read wrong. But that's so un-intuitive. Why not just put the setting in options where it belongs?