Commit c901ac4bed0b45a3e96c437bad9a8c81dca9bb6d
Committed by
GitHub
1 parent
11519d8c
All-Contributors (#379)
* :memo: Add @henryiii as a contributor * :memo: Add @phlptp as a contributor * :memo: Add @cbachhuber as a contributor * :memo: Add @lambdafu as a contributor * :memo: Update @lambdafu as a contributor * :memo: Update @lambdafu as a contributor * :memo: Add @SkyToGround as a contributor * :memo: Add @dvj as a contributor * :memo: Add @lczech as a contributor * :memo: Add @rafiw as a contributor * :memo: Add @mensinda as a contributor * :memo: Add @jbriales as a contributor * :memo: Update @jbriales as a contributor * :memo: Add @seanfisk as a contributor * :memo: Add @fpeng1985 as a contributor * :memo: Add @almikhayl as a contributor * :memo: Add @andrew-hardin as a contributor * :memo: Add @SX91 as a contributor * :memo: Add @helmesjo as a contributor * :memo: Add @skannan89 as a contributor * :memo: Add @kraj as a contributor * :memo: Add @mogigoma as a contributor * :memo: Add @msoeken as a contributor * :memo: Add @nathanhourt as a contributor * :memo: Add @pleroux0 as a contributor * :memo: Add @chfast as a contributor * Fixes * :memo: Add @peterazmanov as a contributor * :memo: Add @delpinux as a contributor * :memo: Add @metopa as a contributor * Contributing guide * :memo: Add @ChristosT as a contributor * :memo: Add @deining as a contributor * :memo: Add @elszon as a contributor * :memo: Add @ncihnegn as a contributor * :memo: Add @nurelin as a contributor * :memo: Add @ryan4729 as a contributor * Remove extra parts * More cleanup * Instructions added
Showing
4 changed files
with
390 additions
and
26 deletions
.all-contributorsrc
0 β 100644
| 1 | +{ | ||
| 2 | + "projectName": "CLI11", | ||
| 3 | + "projectOwner": "CLIUtils", | ||
| 4 | + "repoType": "github", | ||
| 5 | + "repoHost": "https://github.com", | ||
| 6 | + "files": [ | ||
| 7 | + "README.md" | ||
| 8 | + ], | ||
| 9 | + "imageSize": 100, | ||
| 10 | + "commit": true, | ||
| 11 | + "commitConvention": "atom", | ||
| 12 | + "contributors": [ | ||
| 13 | + { | ||
| 14 | + "login": "henryiii", | ||
| 15 | + "name": "Henry Schreiner", | ||
| 16 | + "avatar_url": "https://avatars1.githubusercontent.com/u/4616906?v=4", | ||
| 17 | + "profile": "http://iscinumpy.gitlab.io", | ||
| 18 | + "contributions": [ | ||
| 19 | + "maintenance" | ||
| 20 | + ] | ||
| 21 | + }, | ||
| 22 | + { | ||
| 23 | + "login": "phlptp", | ||
| 24 | + "name": "Philip Top", | ||
| 25 | + "avatar_url": "https://avatars0.githubusercontent.com/u/20667153?v=4", | ||
| 26 | + "profile": "https://github.com/phlptp", | ||
| 27 | + "contributions": [ | ||
| 28 | + "maintenance" | ||
| 29 | + ] | ||
| 30 | + }, | ||
| 31 | + { | ||
| 32 | + "login": "cbachhuber", | ||
| 33 | + "name": "Christoph Bachhuber", | ||
| 34 | + "avatar_url": "https://avatars0.githubusercontent.com/u/27212661?v=4", | ||
| 35 | + "profile": "https://www.linkedin.com/in/cbachhuber/", | ||
| 36 | + "contributions": [ | ||
| 37 | + "example", | ||
| 38 | + "code" | ||
| 39 | + ] | ||
| 40 | + }, | ||
| 41 | + { | ||
| 42 | + "login": "lambdafu", | ||
| 43 | + "name": "Marcus Brinkmann", | ||
| 44 | + "avatar_url": "https://avatars1.githubusercontent.com/u/1138455?v=4", | ||
| 45 | + "profile": "https://lambdafu.net/", | ||
| 46 | + "contributions": [ | ||
| 47 | + "bug", | ||
| 48 | + "code" | ||
| 49 | + ] | ||
| 50 | + }, | ||
| 51 | + { | ||
| 52 | + "login": "SkyToGround", | ||
| 53 | + "name": "Jonas Nilsson", | ||
| 54 | + "avatar_url": "https://avatars1.githubusercontent.com/u/58835?v=4", | ||
| 55 | + "profile": "https://github.com/SkyToGround", | ||
| 56 | + "contributions": [ | ||
| 57 | + "bug", | ||
| 58 | + "code" | ||
| 59 | + ] | ||
| 60 | + }, | ||
| 61 | + { | ||
| 62 | + "login": "dvj", | ||
| 63 | + "name": "Doug Johnston", | ||
| 64 | + "avatar_url": "https://avatars2.githubusercontent.com/u/77217?v=4", | ||
| 65 | + "profile": "https://github.com/dvj", | ||
| 66 | + "contributions": [ | ||
| 67 | + "bug", | ||
| 68 | + "code" | ||
| 69 | + ] | ||
| 70 | + }, | ||
| 71 | + { | ||
| 72 | + "login": "lczech", | ||
| 73 | + "name": "Lucas Czech", | ||
| 74 | + "avatar_url": "https://avatars0.githubusercontent.com/u/4741887?v=4", | ||
| 75 | + "profile": "http://lucas-czech.de", | ||
| 76 | + "contributions": [ | ||
| 77 | + "bug", | ||
| 78 | + "code" | ||
| 79 | + ] | ||
| 80 | + }, | ||
| 81 | + { | ||
| 82 | + "login": "rafiw", | ||
| 83 | + "name": "Rafi Wiener", | ||
| 84 | + "avatar_url": "https://avatars3.githubusercontent.com/u/3034707?v=4", | ||
| 85 | + "profile": "https://github.com/rafiw", | ||
| 86 | + "contributions": [ | ||
| 87 | + "bug", | ||
| 88 | + "code" | ||
| 89 | + ] | ||
| 90 | + }, | ||
| 91 | + { | ||
| 92 | + "login": "mensinda", | ||
| 93 | + "name": "Daniel Mensinger", | ||
| 94 | + "avatar_url": "https://avatars3.githubusercontent.com/u/3407462?v=4", | ||
| 95 | + "profile": "https://github.com/mensinda", | ||
| 96 | + "contributions": [ | ||
| 97 | + "platform" | ||
| 98 | + ] | ||
| 99 | + }, | ||
| 100 | + { | ||
| 101 | + "login": "jbriales", | ||
| 102 | + "name": "Jesus Briales", | ||
| 103 | + "avatar_url": "https://avatars1.githubusercontent.com/u/6850478?v=4", | ||
| 104 | + "profile": "https://github.com/jbriales", | ||
| 105 | + "contributions": [ | ||
| 106 | + "code", | ||
| 107 | + "bug" | ||
| 108 | + ] | ||
| 109 | + }, | ||
| 110 | + { | ||
| 111 | + "login": "seanfisk", | ||
| 112 | + "name": "Sean Fisk", | ||
| 113 | + "avatar_url": "https://avatars0.githubusercontent.com/u/410322?v=4", | ||
| 114 | + "profile": "https://seanfisk.com/", | ||
| 115 | + "contributions": [ | ||
| 116 | + "bug", | ||
| 117 | + "code" | ||
| 118 | + ] | ||
| 119 | + }, | ||
| 120 | + { | ||
| 121 | + "login": "fpeng1985", | ||
| 122 | + "name": "fpeng1985", | ||
| 123 | + "avatar_url": "https://avatars1.githubusercontent.com/u/87981?v=4", | ||
| 124 | + "profile": "https://github.com/fpeng1985", | ||
| 125 | + "contributions": [ | ||
| 126 | + "code" | ||
| 127 | + ] | ||
| 128 | + }, | ||
| 129 | + { | ||
| 130 | + "login": "almikhayl", | ||
| 131 | + "name": "almikhayl", | ||
| 132 | + "avatar_url": "https://avatars2.githubusercontent.com/u/6747040?v=4", | ||
| 133 | + "profile": "https://github.com/almikhayl", | ||
| 134 | + "contributions": [ | ||
| 135 | + "code", | ||
| 136 | + "platform" | ||
| 137 | + ] | ||
| 138 | + }, | ||
| 139 | + { | ||
| 140 | + "login": "andrew-hardin", | ||
| 141 | + "name": "Andrew Hardin", | ||
| 142 | + "avatar_url": "https://avatars0.githubusercontent.com/u/16496326?v=4", | ||
| 143 | + "profile": "https://github.com/andrew-hardin", | ||
| 144 | + "contributions": [ | ||
| 145 | + "code" | ||
| 146 | + ] | ||
| 147 | + }, | ||
| 148 | + { | ||
| 149 | + "login": "SX91", | ||
| 150 | + "name": "Anton", | ||
| 151 | + "avatar_url": "https://avatars2.githubusercontent.com/u/754754?v=4", | ||
| 152 | + "profile": "https://github.com/SX91", | ||
| 153 | + "contributions": [ | ||
| 154 | + "code" | ||
| 155 | + ] | ||
| 156 | + }, | ||
| 157 | + { | ||
| 158 | + "login": "helmesjo", | ||
| 159 | + "name": "Fred HelmesjΓΆ", | ||
| 160 | + "avatar_url": "https://avatars0.githubusercontent.com/u/2501070?v=4", | ||
| 161 | + "profile": "https://github.com/helmesjo", | ||
| 162 | + "contributions": [ | ||
| 163 | + "bug", | ||
| 164 | + "code" | ||
| 165 | + ] | ||
| 166 | + }, | ||
| 167 | + { | ||
| 168 | + "login": "skannan89", | ||
| 169 | + "name": "Kannan", | ||
| 170 | + "avatar_url": "https://avatars0.githubusercontent.com/u/11918764?v=4", | ||
| 171 | + "profile": "https://github.com/skannan89", | ||
| 172 | + "contributions": [ | ||
| 173 | + "bug", | ||
| 174 | + "code" | ||
| 175 | + ] | ||
| 176 | + }, | ||
| 177 | + { | ||
| 178 | + "login": "kraj", | ||
| 179 | + "name": "Khem Raj", | ||
| 180 | + "avatar_url": "https://avatars3.githubusercontent.com/u/465279?v=4", | ||
| 181 | + "profile": "http://himvis.com", | ||
| 182 | + "contributions": [ | ||
| 183 | + "code" | ||
| 184 | + ] | ||
| 185 | + }, | ||
| 186 | + { | ||
| 187 | + "login": "mogigoma", | ||
| 188 | + "name": "Mak Kolybabi", | ||
| 189 | + "avatar_url": "https://avatars2.githubusercontent.com/u/130862?v=4", | ||
| 190 | + "profile": "https://www.mogigoma.com/", | ||
| 191 | + "contributions": [ | ||
| 192 | + "doc" | ||
| 193 | + ] | ||
| 194 | + }, | ||
| 195 | + { | ||
| 196 | + "login": "msoeken", | ||
| 197 | + "name": "Mathias Soeken", | ||
| 198 | + "avatar_url": "https://avatars0.githubusercontent.com/u/1998245?v=4", | ||
| 199 | + "profile": "http://msoeken.github.io", | ||
| 200 | + "contributions": [ | ||
| 201 | + "doc" | ||
| 202 | + ] | ||
| 203 | + }, | ||
| 204 | + { | ||
| 205 | + "login": "nathanhourt", | ||
| 206 | + "name": "Nathan Hourt", | ||
| 207 | + "avatar_url": "https://avatars2.githubusercontent.com/u/271977?v=4", | ||
| 208 | + "profile": "https://github.com/nathanhourt", | ||
| 209 | + "contributions": [ | ||
| 210 | + "bug", | ||
| 211 | + "code" | ||
| 212 | + ] | ||
| 213 | + }, | ||
| 214 | + { | ||
| 215 | + "login": "pleroux0", | ||
| 216 | + "name": "Paul le Roux", | ||
| 217 | + "avatar_url": "https://avatars2.githubusercontent.com/u/39619854?v=4", | ||
| 218 | + "profile": "https://github.com/pleroux0", | ||
| 219 | + "contributions": [ | ||
| 220 | + "code", | ||
| 221 | + "platform" | ||
| 222 | + ] | ||
| 223 | + }, | ||
| 224 | + { | ||
| 225 | + "login": "chfast", | ||
| 226 | + "name": "PaweΕ Bylica", | ||
| 227 | + "avatar_url": "https://avatars1.githubusercontent.com/u/573380?v=4", | ||
| 228 | + "profile": "https://github.com/chfast", | ||
| 229 | + "contributions": [ | ||
| 230 | + "platform" | ||
| 231 | + ] | ||
| 232 | + }, | ||
| 233 | + { | ||
| 234 | + "login": "peterazmanov", | ||
| 235 | + "name": "Peter Azmanov", | ||
| 236 | + "avatar_url": "https://avatars0.githubusercontent.com/u/15322318?v=4", | ||
| 237 | + "profile": "https://github.com/peterazmanov", | ||
| 238 | + "contributions": [ | ||
| 239 | + "code" | ||
| 240 | + ] | ||
| 241 | + }, | ||
| 242 | + { | ||
| 243 | + "login": "delpinux", | ||
| 244 | + "name": "StΓ©phane Del Pino", | ||
| 245 | + "avatar_url": "https://avatars0.githubusercontent.com/u/35096584?v=4", | ||
| 246 | + "profile": "https://github.com/delpinux", | ||
| 247 | + "contributions": [ | ||
| 248 | + "code" | ||
| 249 | + ] | ||
| 250 | + }, | ||
| 251 | + { | ||
| 252 | + "login": "metopa", | ||
| 253 | + "name": "Viacheslav Kroilov", | ||
| 254 | + "avatar_url": "https://avatars2.githubusercontent.com/u/3974178?v=4", | ||
| 255 | + "profile": "https://github.com/metopa", | ||
| 256 | + "contributions": [ | ||
| 257 | + "code" | ||
| 258 | + ] | ||
| 259 | + }, | ||
| 260 | + { | ||
| 261 | + "login": "ChristosT", | ||
| 262 | + "name": "christos", | ||
| 263 | + "avatar_url": "https://avatars0.githubusercontent.com/u/6725596?v=4", | ||
| 264 | + "profile": "http://cs.odu.edu/~ctsolakis", | ||
| 265 | + "contributions": [ | ||
| 266 | + "code" | ||
| 267 | + ] | ||
| 268 | + }, | ||
| 269 | + { | ||
| 270 | + "login": "deining", | ||
| 271 | + "name": "deining", | ||
| 272 | + "avatar_url": "https://avatars3.githubusercontent.com/u/18169566?v=4", | ||
| 273 | + "profile": "https://github.com/deining", | ||
| 274 | + "contributions": [ | ||
| 275 | + "doc" | ||
| 276 | + ] | ||
| 277 | + }, | ||
| 278 | + { | ||
| 279 | + "login": "elszon", | ||
| 280 | + "name": "elszon", | ||
| 281 | + "avatar_url": "https://avatars0.githubusercontent.com/u/2971495?v=4", | ||
| 282 | + "profile": "https://github.com/elszon", | ||
| 283 | + "contributions": [ | ||
| 284 | + "code" | ||
| 285 | + ] | ||
| 286 | + }, | ||
| 287 | + { | ||
| 288 | + "login": "ncihnegn", | ||
| 289 | + "name": "ncihnegn", | ||
| 290 | + "avatar_url": "https://avatars3.githubusercontent.com/u/12021721?v=4", | ||
| 291 | + "profile": "https://github.com/ncihnegn", | ||
| 292 | + "contributions": [ | ||
| 293 | + "code" | ||
| 294 | + ] | ||
| 295 | + }, | ||
| 296 | + { | ||
| 297 | + "login": "nurelin", | ||
| 298 | + "name": "nurelin", | ||
| 299 | + "avatar_url": "https://avatars3.githubusercontent.com/u/5276274?v=4", | ||
| 300 | + "profile": "https://github.com/nurelin", | ||
| 301 | + "contributions": [ | ||
| 302 | + "code" | ||
| 303 | + ] | ||
| 304 | + }, | ||
| 305 | + { | ||
| 306 | + "login": "ryan4729", | ||
| 307 | + "name": "ryan4729", | ||
| 308 | + "avatar_url": "https://avatars3.githubusercontent.com/u/40183301?v=4", | ||
| 309 | + "profile": "https://github.com/ryan4729", | ||
| 310 | + "contributions": [ | ||
| 311 | + "test" | ||
| 312 | + ] | ||
| 313 | + } | ||
| 314 | + ], | ||
| 315 | + "contributorsPerLine": 7 | ||
| 316 | +} |
.github/CONTRIBUTING.md
| @@ -54,3 +54,15 @@ conan upload "*" -r cli11 --all | @@ -54,3 +54,15 @@ conan upload "*" -r cli11 --all | ||
| 54 | ``` | 54 | ``` |
| 55 | 55 | ||
| 56 | Here I've assumed that the remote is `cli11`. | 56 | Here I've assumed that the remote is `cli11`. |
| 57 | + | ||
| 58 | +## For maintainers: remember to add contributions | ||
| 59 | + | ||
| 60 | +In a commit to a PR, just add "`@all-contributors please add <username> for <contributions>`" or similar (see <https://allcontributors.org>). Use `code` for code, `bug` if an issue was submitted, `platform` for packaging stuff, and `doc` for documentation updates. | ||
| 61 | + | ||
| 62 | +To run locally, do: | ||
| 63 | + | ||
| 64 | +```bash | ||
| 65 | +yarn add --dev all-contributors-cli | ||
| 66 | +yarn all-contributors add username code,bug | ||
| 67 | +``` | ||
| 68 | + |
.gitignore
README.md
| @@ -850,32 +850,63 @@ Several short examples of different features are included in the repository. A b | @@ -850,32 +850,63 @@ Several short examples of different features are included in the repository. A b | ||
| 850 | To contribute, open an [issue][github issues] or [pull request][github pull requests] on GitHub, or ask a question on [gitter][]. There is also a short note to contributors [here](./.github/CONTRIBUTING.md). | 850 | To contribute, open an [issue][github issues] or [pull request][github pull requests] on GitHub, or ask a question on [gitter][]. There is also a short note to contributors [here](./.github/CONTRIBUTING.md). |
| 851 | This readme roughly follows the [Standard Readme Style][] and includes a mention of almost every feature of the library. More complex features are documented in more detail in the [CLI11 tutorial GitBook][gitbook]. | 851 | This readme roughly follows the [Standard Readme Style][] and includes a mention of almost every feature of the library. More complex features are documented in more detail in the [CLI11 tutorial GitBook][gitbook]. |
| 852 | 852 | ||
| 853 | -This project was created by [Henry Schreiner](https://github.com/henryiii). | ||
| 854 | -Significant features and/or improvements to the code were contributed by: | ||
| 855 | - | ||
| 856 | -- [Anton](https://github.com/SX91) | ||
| 857 | -- [Doug Johnston](https://github.com/dvj) | ||
| 858 | -- [Jonas Nilsson](https://github.com/SkyToGround) | ||
| 859 | -- [Lucas Czech](https://github.com/lczech) | ||
| 860 | -- [Marcus Brinkmann](https://github.com/lambdafu) | ||
| 861 | -- [Mathias Soeken](https://github.com/msoeken) | ||
| 862 | -- [Nathan Hourt](https://github.com/nathanhourt) | ||
| 863 | -- [Sean Fisk](https://github.com/seanfisk) | ||
| 864 | -- [StΓ©phane Del Pino](https://github.com/delpinux) | ||
| 865 | -- [Mak Kolybabi](https://github.com/mogigoma) | ||
| 866 | -- [PaweΕ Bylica](https://github.com/chfast) | ||
| 867 | -- [Philip Top](https://github.com/phlptp) <!-- Major features in 1.7 and 1.8 --> | ||
| 868 | -- [almikhayl](https://github.com/almikhayl) | ||
| 869 | -- [nurelin](https://github.com/nurelin) <!-- help_all in message --> | ||
| 870 | -- [ncihneg](https://github.com/ncihneg) <!-- Quoting strings in INI generation --> | ||
| 871 | -- [Fred HelmesjΓΆ](https://github.com/helmesjo) <!-- `->description()` --> | ||
| 872 | -- [Rafi Wiener](https://github.com/rafiw) <!-- INI, +ive validators and vector separators --> | ||
| 873 | - [elszon](https://github.com/elszon) <!-- Formatting in multiline string --> | ||
| 874 | - [ryan4729](https://github.com/ryan4729) <!-- AArch64 support --> | ||
| 875 | - [Andrew Hardin](https://github.com/andrew-hardin) <!-- Fixing two warnings --> | ||
| 876 | - [Paul le Roux](https://github.com/pleroux0) <!-- Arch independent CMake Config --> | ||
| 877 | -- [Viacheslav Kroilov](https://github.com/metopa) <!-- AsNumberWithUnit and AsSizeValue --> | ||
| 878 | - | 853 | +This project was created by [Henry Schreiner](https://github.com/henryiii) and major features were added by [Philip Top](https://github.com/phlptp). Special thanks to all the contributors ([emoji key](https://allcontributors.org/docs/en/emoji-key)): |
| 854 | + | ||
| 855 | + | ||
| 856 | +<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> | ||
| 857 | +<!-- prettier-ignore-start --> | ||
| 858 | +<!-- markdownlint-disable --> | ||
| 859 | +<table> | ||
| 860 | + <tr> | ||
| 861 | + <td align="center"><a href="http://iscinumpy.gitlab.io"><img src="https://avatars1.githubusercontent.com/u/4616906?v=4" width="100px;" alt=""/><br /><sub><b>Henry Schreiner</b></sub></a><br /><a href="#maintenance-henryiii" title="Maintenance">π§</a></td> | ||
| 862 | + <td align="center"><a href="https://github.com/phlptp"><img src="https://avatars0.githubusercontent.com/u/20667153?v=4" width="100px;" alt=""/><br /><sub><b>Philip Top</b></sub></a><br /><a href="#maintenance-phlptp" title="Maintenance">π§</a></td> | ||
| 863 | + <td align="center"><a href="https://www.linkedin.com/in/cbachhuber/"><img src="https://avatars0.githubusercontent.com/u/27212661?v=4" width="100px;" alt=""/><br /><sub><b>Christoph Bachhuber</b></sub></a><br /><a href="#example-cbachhuber" title="Examples">π‘</a> <a href="https://github.com/CLIUtils/CLI11/commits?author=cbachhuber" title="Code">π»</a></td> | ||
| 864 | + <td align="center"><a href="https://lambdafu.net/"><img src="https://avatars1.githubusercontent.com/u/1138455?v=4" width="100px;" alt=""/><br /><sub><b>Marcus Brinkmann</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/issues?q=author%3Alambdafu" title="Bug reports">π</a> <a href="https://github.com/CLIUtils/CLI11/commits?author=lambdafu" title="Code">π»</a></td> | ||
| 865 | + <td align="center"><a href="https://github.com/SkyToGround"><img src="https://avatars1.githubusercontent.com/u/58835?v=4" width="100px;" alt=""/><br /><sub><b>Jonas Nilsson</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/issues?q=author%3ASkyToGround" title="Bug reports">π</a> <a href="https://github.com/CLIUtils/CLI11/commits?author=SkyToGround" title="Code">π»</a></td> | ||
| 866 | + <td align="center"><a href="https://github.com/dvj"><img src="https://avatars2.githubusercontent.com/u/77217?v=4" width="100px;" alt=""/><br /><sub><b>Doug Johnston</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/issues?q=author%3Advj" title="Bug reports">π</a> <a href="https://github.com/CLIUtils/CLI11/commits?author=dvj" title="Code">π»</a></td> | ||
| 867 | + <td align="center"><a href="http://lucas-czech.de"><img src="https://avatars0.githubusercontent.com/u/4741887?v=4" width="100px;" alt=""/><br /><sub><b>Lucas Czech</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/issues?q=author%3Alczech" title="Bug reports">π</a> <a href="https://github.com/CLIUtils/CLI11/commits?author=lczech" title="Code">π»</a></td> | ||
| 868 | + </tr> | ||
| 869 | + <tr> | ||
| 870 | + <td align="center"><a href="https://github.com/rafiw"><img src="https://avatars3.githubusercontent.com/u/3034707?v=4" width="100px;" alt=""/><br /><sub><b>Rafi Wiener</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/issues?q=author%3Arafiw" title="Bug reports">π</a> <a href="https://github.com/CLIUtils/CLI11/commits?author=rafiw" title="Code">π»</a></td> | ||
| 871 | + <td align="center"><a href="https://github.com/mensinda"><img src="https://avatars3.githubusercontent.com/u/3407462?v=4" width="100px;" alt=""/><br /><sub><b>Daniel Mensinger</b></sub></a><br /><a href="#platform-mensinda" title="Packaging/porting to new platform">π¦</a></td> | ||
| 872 | + <td align="center"><a href="https://github.com/jbriales"><img src="https://avatars1.githubusercontent.com/u/6850478?v=4" width="100px;" alt=""/><br /><sub><b>Jesus Briales</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=jbriales" title="Code">π»</a> <a href="https://github.com/CLIUtils/CLI11/issues?q=author%3Ajbriales" title="Bug reports">π</a></td> | ||
| 873 | + <td align="center"><a href="https://seanfisk.com/"><img src="https://avatars0.githubusercontent.com/u/410322?v=4" width="100px;" alt=""/><br /><sub><b>Sean Fisk</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/issues?q=author%3Aseanfisk" title="Bug reports">π</a> <a href="https://github.com/CLIUtils/CLI11/commits?author=seanfisk" title="Code">π»</a></td> | ||
| 874 | + <td align="center"><a href="https://github.com/fpeng1985"><img src="https://avatars1.githubusercontent.com/u/87981?v=4" width="100px;" alt=""/><br /><sub><b>fpeng1985</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=fpeng1985" title="Code">π»</a></td> | ||
| 875 | + <td align="center"><a href="https://github.com/almikhayl"><img src="https://avatars2.githubusercontent.com/u/6747040?v=4" width="100px;" alt=""/><br /><sub><b>almikhayl</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=almikhayl" title="Code">π»</a> <a href="#platform-almikhayl" title="Packaging/porting to new platform">π¦</a></td> | ||
| 876 | + <td align="center"><a href="https://github.com/andrew-hardin"><img src="https://avatars0.githubusercontent.com/u/16496326?v=4" width="100px;" alt=""/><br /><sub><b>Andrew Hardin</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=andrew-hardin" title="Code">π»</a></td> | ||
| 877 | + </tr> | ||
| 878 | + <tr> | ||
| 879 | + <td align="center"><a href="https://github.com/SX91"><img src="https://avatars2.githubusercontent.com/u/754754?v=4" width="100px;" alt=""/><br /><sub><b>Anton</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=SX91" title="Code">π»</a></td> | ||
| 880 | + <td align="center"><a href="https://github.com/helmesjo"><img src="https://avatars0.githubusercontent.com/u/2501070?v=4" width="100px;" alt=""/><br /><sub><b>Fred HelmesjΓΆ</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/issues?q=author%3Ahelmesjo" title="Bug reports">π</a> <a href="https://github.com/CLIUtils/CLI11/commits?author=helmesjo" title="Code">π»</a></td> | ||
| 881 | + <td align="center"><a href="https://github.com/skannan89"><img src="https://avatars0.githubusercontent.com/u/11918764?v=4" width="100px;" alt=""/><br /><sub><b>Kannan</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/issues?q=author%3Askannan89" title="Bug reports">π</a> <a href="https://github.com/CLIUtils/CLI11/commits?author=skannan89" title="Code">π»</a></td> | ||
| 882 | + <td align="center"><a href="http://himvis.com"><img src="https://avatars3.githubusercontent.com/u/465279?v=4" width="100px;" alt=""/><br /><sub><b>Khem Raj</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=kraj" title="Code">π»</a></td> | ||
| 883 | + <td align="center"><a href="https://www.mogigoma.com/"><img src="https://avatars2.githubusercontent.com/u/130862?v=4" width="100px;" alt=""/><br /><sub><b>Mak Kolybabi</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=mogigoma" title="Documentation">π</a></td> | ||
| 884 | + <td align="center"><a href="http://msoeken.github.io"><img src="https://avatars0.githubusercontent.com/u/1998245?v=4" width="100px;" alt=""/><br /><sub><b>Mathias Soeken</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=msoeken" title="Documentation">π</a></td> | ||
| 885 | + <td align="center"><a href="https://github.com/nathanhourt"><img src="https://avatars2.githubusercontent.com/u/271977?v=4" width="100px;" alt=""/><br /><sub><b>Nathan Hourt</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/issues?q=author%3Anathanhourt" title="Bug reports">π</a> <a href="https://github.com/CLIUtils/CLI11/commits?author=nathanhourt" title="Code">π»</a></td> | ||
| 886 | + </tr> | ||
| 887 | + <tr> | ||
| 888 | + <td align="center"><a href="https://github.com/pleroux0"><img src="https://avatars2.githubusercontent.com/u/39619854?v=4" width="100px;" alt=""/><br /><sub><b>Paul le Roux</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=pleroux0" title="Code">π»</a> <a href="#platform-pleroux0" title="Packaging/porting to new platform">π¦</a></td> | ||
| 889 | + <td align="center"><a href="https://github.com/chfast"><img src="https://avatars1.githubusercontent.com/u/573380?v=4" width="100px;" alt=""/><br /><sub><b>PaweΕ Bylica</b></sub></a><br /><a href="#platform-chfast" title="Packaging/porting to new platform">π¦</a></td> | ||
| 890 | + <td align="center"><a href="https://github.com/peterazmanov"><img src="https://avatars0.githubusercontent.com/u/15322318?v=4" width="100px;" alt=""/><br /><sub><b>Peter Azmanov</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=peterazmanov" title="Code">π»</a></td> | ||
| 891 | + <td align="center"><a href="https://github.com/delpinux"><img src="https://avatars0.githubusercontent.com/u/35096584?v=4" width="100px;" alt=""/><br /><sub><b>StΓ©phane Del Pino</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=delpinux" title="Code">π»</a></td> | ||
| 892 | + <td align="center"><a href="https://github.com/metopa"><img src="https://avatars2.githubusercontent.com/u/3974178?v=4" width="100px;" alt=""/><br /><sub><b>Viacheslav Kroilov</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=metopa" title="Code">π»</a></td> | ||
| 893 | + <td align="center"><a href="http://cs.odu.edu/~ctsolakis"><img src="https://avatars0.githubusercontent.com/u/6725596?v=4" width="100px;" alt=""/><br /><sub><b>christos</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=ChristosT" title="Code">π»</a></td> | ||
| 894 | + <td align="center"><a href="https://github.com/deining"><img src="https://avatars3.githubusercontent.com/u/18169566?v=4" width="100px;" alt=""/><br /><sub><b>deining</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=deining" title="Documentation">π</a></td> | ||
| 895 | + </tr> | ||
| 896 | + <tr> | ||
| 897 | + <td align="center"><a href="https://github.com/elszon"><img src="https://avatars0.githubusercontent.com/u/2971495?v=4" width="100px;" alt=""/><br /><sub><b>elszon</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=elszon" title="Code">π»</a></td> | ||
| 898 | + <td align="center"><a href="https://github.com/ncihnegn"><img src="https://avatars3.githubusercontent.com/u/12021721?v=4" width="100px;" alt=""/><br /><sub><b>ncihnegn</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=ncihnegn" title="Code">π»</a></td> | ||
| 899 | + <td align="center"><a href="https://github.com/nurelin"><img src="https://avatars3.githubusercontent.com/u/5276274?v=4" width="100px;" alt=""/><br /><sub><b>nurelin</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=nurelin" title="Code">π»</a></td> | ||
| 900 | + <td align="center"><a href="https://github.com/ryan4729"><img src="https://avatars3.githubusercontent.com/u/40183301?v=4" width="100px;" alt=""/><br /><sub><b>ryan4729</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=ryan4729" title="Tests">β οΈ</a></td> | ||
| 901 | + </tr> | ||
| 902 | +</table> | ||
| 903 | + | ||
| 904 | +<!-- markdownlint-enable --> | ||
| 905 | +<!-- prettier-ignore-end --> | ||
| 906 | +<!-- ALL-CONTRIBUTORS-LIST:END --> | ||
| 907 | + | ||
| 908 | + | ||
| 909 | +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! | ||
| 879 | 910 | ||
| 880 | ## License | 911 | ## License |
| 881 | 912 | ||
| @@ -943,3 +974,4 @@ CLI11 was developed at the [University of Cincinnati][] to support of the [GooFi | @@ -943,3 +974,4 @@ CLI11 was developed at the [University of Cincinnati][] to support of the [GooFi | ||
| 943 | [hunter]: https://docs.hunter.sh/en/latest/packages/pkg/CLI11.html | 974 | [hunter]: https://docs.hunter.sh/en/latest/packages/pkg/CLI11.html |
| 944 | [standard readme style]: https://github.com/RichardLitt/standard-readme | 975 | [standard readme style]: https://github.com/RichardLitt/standard-readme |
| 945 | [argparse]: https://github.com/p-ranav/argparse | 976 | [argparse]: https://github.com/p-ranav/argparse |
| 977 | + |