Henry Schreiner

Results 393 issues of Henry Schreiner

I need to fix `gh` on this computer, it opens mvim and then submits the PR without waiting for this... Anyway, this closes #234 by adding a `dark_color_scheme` parameter that...

status: needs discussion

**Describe the bug** If search is turned off, then the auxiliary links go all the way over to the left instead of remaining right aligned. This seems to have started...

bug

Current idea: * All non-templated function/method bodies move to new files, such as `option_fwd.inl`. * `inline` gets replaced by `CLI11_INLINE_DEF` * If `CLI11_COMPILE` is not defined, `CLI11_INLINE_DEF` is `inline` and...

This seems to be broken.

The warning in https://github.com/CLIUtils/CLI11/pull/706 is level 4, but off by default. Let's see what else might show up.

### [Codacy](https://app.codacy.com/gh/CLIUtils/CLI11/commit?cid=568968254) detected an issue: #### Message: `Exception thrown in function declared not to throw exceptions.` #### Occurred on: + **Commit**: 6aa546fc427871e2e3bbd99bc40b4d5d790c3ef7 + **File**: [include/CLI/App.hpp](https://github.com/CLIUtils/CLI11/blob/6aa546fc427871e2e3bbd99bc40b4d5d790c3ef7/include/CLI/App.hpp) + **LineNum**: [2155](https://github.com/CLIUtils/CLI11/blob/6aa546fc427871e2e3bbd99bc40b4d5d790c3ef7/include/CLI/App.hpp#L2155) + **Code**:...

@all-contributors, please add @alexdewar for code

This is just a note to myself to verify that the generalized flag types from #235 are the best they can be before 1.8.

We will need a new MakeSingleHeader for 2.0. Here's the current plan: Syntax: ```cpp // [tag:name:action] // [tag:name:end] ``` The tag is `cli11`. The valid actions are `includes`, `code`, and...

This is a general issue for discussion on unicode/wchar support. My thought is to start by making typedefs (`using` aliases now) for the main types of strings being used and...

enhancement
help wanted