Eero Aaltonen
Eero Aaltonen
I am having trouble configuring AutoDeriv rules for a nested multi-module Maven project. The project is structured like. ``` parent0 +-parent1 ¦ +-moduleA ¦ +-moduleB +-root1 ``` The rules I...
I would need functionality similar to `git pull` from the command line: - pull specific `repository` - pull specific `refspec` (commit, branch or tag) The obvious place to put them...
This proposal explores the idea of grouping related options to allow the CLI designer to more precisely determine which options make sense with given commands. This is particularly relevant for...
### Commit * Move return so that switch has default case When a project using docopt.cpp is built with `-Werror=switch-default` option, there's an error ``` error: switch missing default case...
The [Yocto Project](https://www.yoctoproject.org) provides tools to create custom Linux distributions. The scope of this issue is to include the necessary support so that a Project using **Gradle** as it's build...
Currently daemon builds are prone to not working when build uses a tool that is typically used via environment variables (`PATH` being a key variable). ### Expected Behavior 1. Gradle...
This PR writes the CMake config-file package using [CMakePackageConfigHelpers](https://cmake.org/cmake/help/latest/module/CMakePackageConfigHelpers.html) and exports the target as a `Docopt::docopt` imported target. This allows developers to install and use the library without necessarily requiring...
Increase `cmake_minimum_required` to address the below warning when building on CMake version 3.27 on Debian `unstable`: ``` CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be...
The commit tagged `v0.6.3` does not include a version bump to `project(docopt.cpp VERSION`. I'm looking into updating the Debian package to 0.6.3. Can I safely bump to `0.6.3` in the...
Using the pgk-config derived variable `pcfiledir` provides an option to create a package which the user can install to a location of their choosing. The prefix is determined at runtime...