Tina Müller (tinita)

Results 72 issues of Tina Müller (tinita)

Test::More wants Test::Builder::Module 0.99. AnyMQ brings its own Test::Builder::Module 0.98 in inc/ As a result tests fail because the older version is the first in @INC. See also https://github.com/clkao/Web-Hippie/issues/11

Right now only parameters for apps with subcommands are possible, and for nested subcommands only for the last subcommand. Todo: ``` myapp param [options] myapp param0 cmd1 param1 cmd2 param2...

Generating a man pages (or several per subcommand) from your spec with the complete usage and descriptions.

enhancement

Generating a pod file from your spec with the complete usage and descriptions.

enhancement

If you have a dynamic completion which fetches values from a HTTP request, for example, that could take a while. Allow caching of the values in the current shell session.

enhancement

Possibility to define when an option is used another option is required, or if an option has a certain value another option gets a certain default value.

enhancement

``` myapp command --file foo.txt --file boo.txt ```

enhancement

I am getting an error for a space that actually is required to be there. The following YAML has a an alias as a mapping key, and because aliases actually...

Supersedes #512 This is a draft and subject to discussion. See also https://github.com/yaml/pyyaml/issues/486 _(For #512: Thanks to @SUSE for another hackweek! I had four days of work time dedicated to...