Laurence Gonsalves

Results 44 comments of Laurence Gonsalves

What happens if you enter the following HandBrakeCLI command in the terminal? ··· HandBrakeCLI --scan -title 1 -I ./VOBs/ ···

@danmackinlay an option with a sane default sounds good to me.

Hi @AlexZibin, Sorry for the terrible error message. Do you have HandBrakeCLI installed, and in your path? I think it's unable to execute it.

I've been working on a change to add "subcommand" support (see #2 ). Do you think that would be sufficient for what you're trying to do? The user-interface would look...

@bzdzb from looking at where ARG_NAME_RE is defined, I suspect that this was not actually intentional. Instead of `$ARG_INITIAL_CHAR_CLASS+`, `$ARG_INITIAL_CHAR_CLASS$ARG_CHAR_CLASS*` would probably make more sense. I'm also thinking that it...

Thanks for reporting this. I've never used KScript, but ensuring that Kotlin-argparser works well with it sounds like a great idea. For now, would it be possible to replace this:...

That part of the formatting is modeled after Python's argparse module. As you mention, there isn't a lot of consistency around this. What do you think about adding parameters for...

Sounds like a great idea! Are you interested in implementing it?