Ilyas Hallak 98a914cb2e feat: Implementierung der Readeck API mit kompletter Architektur
- API-Klasse mit allen CRUD-Operationen für Bookmarks
  - Login/Authentifizierung mit Bearer Token
  - Bookmarks abrufen (Liste und Details)
  - Artikel-Inhalt abrufen
- DTO-Strukturen in separate Dateien aufgeteilt
  - UserDto für Authentifizierung
  - BookmarkDto für Bookmark-Listen
  - BookmarkDetailDto mit vollständigen Metadaten
- MVVM-Architektur mit @Observable
  - SettingsViewModel für Anmeldung
  - BookmarksViewModel für Bookmark-Verwaltung
- SwiftUI Views mit modernem Design
  - SettingsView mit Eingabefeldern und Validierung
  - BookmarksView mit Pull-to-Refresh und Leerzustand
  - MainTabView als Navigation
- Use Case Pattern implementiert
  - LoginUseCase für Authentifizierung
  - GetBookmarksUseCase für Datenabfrage
  - DefaultUseCaseFactory für Dependency Injection
- Fehlerbehandlung und Loading States
- Protocol-basierte Architektur für bessere Testbarkeit
2025-06-11 11:02:19 +02:00

563 lines
69 KiB
Plaintext

5eba85261b65dbf59e22ef7e18443c98c5666587 not-for-merge branch 'deggert/parse-from-environment' of https://github.com/apple/swift-argument-parser
db20beaa905ee09b956f2d8405ad6c905c013c64 not-for-merge branch 'dictionaries' of https://github.com/apple/swift-argument-parser
f663f714902106ccd36cb10eb5bfeca050c22821 not-for-merge branch 'doc-generation' of https://github.com/apple/swift-argument-parser
dc7ec065fe476e20f580bf51d637260a6182ca56 not-for-merge branch 'expressible-names' of https://github.com/apple/swift-argument-parser
e22ed48f264e7fe0d1ebbf05ce8e56e3340cedf0 not-for-merge branch 'extendable_example' of https://github.com/apple/swift-argument-parser
a76f59f4469b567bc346e2d6c0ac6ef721da07ea not-for-merge branch 'feature/interactive' of https://github.com/apple/swift-argument-parser
b64f05012ef5bfb1d742e9bdc951534f0c4da2b5 not-for-merge branch 'feature/tokenize' of https://github.com/apple/swift-argument-parser
10b123ce4ab01ff11a6f1d8379638bb2ba39ed01 not-for-merge branch 'flag-set' of https://github.com/apple/swift-argument-parser
e1b5801b4a8e220707fc6ba55bda8170542ccc07 not-for-merge branch 'formatting-keep-output-together' of https://github.com/apple/swift-argument-parser
eafe7b2af877448221e150f7b21a1cdead20105e not-for-merge branch 'gh-pages' of https://github.com/apple/swift-argument-parser
932e6cdd2a8bd2286e52ccfee18a2f04c173835d not-for-merge branch 'main' of https://github.com/apple/swift-argument-parser
cc4a03d7bcce0f8876f8f160c0769ef7caf6e56b not-for-merge branch 'maxd/ci-test' of https://github.com/apple/swift-argument-parser
1ebe98e5e9195ff19cd9c1fe6363e44d56066814 not-for-merge branch 'nate/clamp_exitcode' of https://github.com/apple/swift-argument-parser
a840ce9e80eef5a63ca17379cc6b0ec6936e7a62 not-for-merge branch 'nate/projected_value' of https://github.com/apple/swift-argument-parser
78649e1f3de7344b55cc51a2080fff160f202713 not-for-merge branch 'option-tuples' of https://github.com/apple/swift-argument-parser
5d85168784f9dfd647d0aa611b470f3176cbc431 not-for-merge branch 'option-tuples-crash' of https://github.com/apple/swift-argument-parser
2e0c299970daadc136c0ecb014d50f46f911b1a7 not-for-merge branch 'rauhul/help-result-builder' of https://github.com/apple/swift-argument-parser
ede9fca5a2fd2cb8a40ed88feec93a7b79aae28d not-for-merge branch 'rauhul/supplementalDiscussion' of https://github.com/apple/swift-argument-parser
d66a07b0831ee177b3b57e0c43784fc503ddcfef not-for-merge branch 'rebase-bash-completion-on-tool-info' of https://github.com/apple/swift-argument-parser
0a2411ac29e4d516bd3a239c3ec89d2696d07e7b not-for-merge branch 'rebase-fish-completion-on-tool-info' of https://github.com/apple/swift-argument-parser
986d191f94cec88f6350056da59c2e59e83d1229 not-for-merge branch 'release/0.4.3' of https://github.com/apple/swift-argument-parser
83b23d940471b313427da226196661856f6ba3e0 not-for-merge branch 'release/0.4.4' of https://github.com/apple/swift-argument-parser
e1465042f195f374b94f915ba8ca49de24300a0d not-for-merge branch 'release/1.0.2' of https://github.com/apple/swift-argument-parser
e394bf350e38cb100b6bc4172834770ede1b7232 not-for-merge branch 'release/1.0.3' of https://github.com/apple/swift-argument-parser
011f0c765fb46d9cac61bca19be0527e99c98c8b not-for-merge branch 'release/1.5.1' of https://github.com/apple/swift-argument-parser
af1be50a9365f849e5cf289ff82afcd97af5fe2a not-for-merge branch 'standardized-docs' of https://github.com/apple/swift-argument-parser
5177e0bce7659700fd15c0b933e347a231ad6b5d not-for-merge 'refs/pull/10/head' of https://github.com/apple/swift-argument-parser
b108ee20fcf8027c68c55c1cbd3a7b44597d4200 not-for-merge 'refs/pull/101/head' of https://github.com/apple/swift-argument-parser
e13cfdae3d618ea44a52214945930e35a7cc0dcd not-for-merge 'refs/pull/102/head' of https://github.com/apple/swift-argument-parser
92187e865625067244cca02d397f1ef0fccb0f16 not-for-merge 'refs/pull/104/head' of https://github.com/apple/swift-argument-parser
ecb046a9e0f58acff18f5a4467340bf2785e4dd3 not-for-merge 'refs/pull/108/head' of https://github.com/apple/swift-argument-parser
5eba85261b65dbf59e22ef7e18443c98c5666587 not-for-merge 'refs/pull/109/head' of https://github.com/apple/swift-argument-parser
99aa2cafd0619dc5b3bb48e7bd5db3a0db5bb116 not-for-merge 'refs/pull/110/head' of https://github.com/apple/swift-argument-parser
46e228e3c0d7ee45738c247a3c3241d35bdfb7bd not-for-merge 'refs/pull/111/head' of https://github.com/apple/swift-argument-parser
5318f26d5045336b00a9aeb79eb3db9c5ece9ed7 not-for-merge 'refs/pull/113/head' of https://github.com/apple/swift-argument-parser
ee07993de0f05809575ee1e2187012081738c908 not-for-merge 'refs/pull/114/head' of https://github.com/apple/swift-argument-parser
a123a2961039b226d9d0e0395a3a33f49e5a5e2a not-for-merge 'refs/pull/115/head' of https://github.com/apple/swift-argument-parser
c1dec4de7695c16c83ed39fce9b1846915a83272 not-for-merge 'refs/pull/116/head' of https://github.com/apple/swift-argument-parser
549a2ac8ba2d939686640a76dfbb0de1c79e9e2d not-for-merge 'refs/pull/117/head' of https://github.com/apple/swift-argument-parser
d2189a15ab5aab8dadb99cb435288ebd7377259a not-for-merge 'refs/pull/118/head' of https://github.com/apple/swift-argument-parser
b7b9c0825697d9c0bb75ece7baabc543872b44ca not-for-merge 'refs/pull/119/head' of https://github.com/apple/swift-argument-parser
5f802047fd70a904f73a21220cc5a6b5a87723b1 not-for-merge 'refs/pull/12/head' of https://github.com/apple/swift-argument-parser
f2ac3523757be3183a581cc06310570e273cea80 not-for-merge 'refs/pull/121/head' of https://github.com/apple/swift-argument-parser
e66023afca46e518612fcf7d94c3a81852c96e7e not-for-merge 'refs/pull/122/head' of https://github.com/apple/swift-argument-parser
69673d3a2e44fe9217468aeffaa1e9af00333d03 not-for-merge 'refs/pull/123/head' of https://github.com/apple/swift-argument-parser
a840ce9e80eef5a63ca17379cc6b0ec6936e7a62 not-for-merge 'refs/pull/128/head' of https://github.com/apple/swift-argument-parser
c11c0e49eabb7c16aee4ad17006f58772248e57a not-for-merge 'refs/pull/128/merge' of https://github.com/apple/swift-argument-parser
25ef07d16e9831076e5157592937080e9b12d9f3 not-for-merge 'refs/pull/129/head' of https://github.com/apple/swift-argument-parser
0f70a7cae3d9cd17e2c2127be68f6798b8bab919 not-for-merge 'refs/pull/13/head' of https://github.com/apple/swift-argument-parser
ac71a8c17a21f082f52ffca8fa26cbd0961951bb not-for-merge 'refs/pull/133/head' of https://github.com/apple/swift-argument-parser
106be2fc260c034370f4bf9c333585bb5cb8bb63 not-for-merge 'refs/pull/135/head' of https://github.com/apple/swift-argument-parser
c61931d1bacbe014edefeaae4ca9a6ee1d61494b not-for-merge 'refs/pull/138/head' of https://github.com/apple/swift-argument-parser
8fcb6d4950a5799aed21ad365c809f6ffe8445ea not-for-merge 'refs/pull/139/head' of https://github.com/apple/swift-argument-parser
b549bdde4639db28b18db05500b55c8b091a9b3c not-for-merge 'refs/pull/14/head' of https://github.com/apple/swift-argument-parser
826aa4f62b4910129a7b5b92bb83bb56a0271fa5 not-for-merge 'refs/pull/140/head' of https://github.com/apple/swift-argument-parser
2d1281d6506a3045f77ba90e1d3c6ae4a78cead6 not-for-merge 'refs/pull/141/head' of https://github.com/apple/swift-argument-parser
4f6fb0d6876b07fcd3a4f25ac9ee2bf8290531c6 not-for-merge 'refs/pull/142/head' of https://github.com/apple/swift-argument-parser
9ab9fe9ab15927399418c64a6454e3f24f15df98 not-for-merge 'refs/pull/145/head' of https://github.com/apple/swift-argument-parser
d0145dc40efd3ae2e1e7ce36688e006153357d17 not-for-merge 'refs/pull/146/head' of https://github.com/apple/swift-argument-parser
6dc3cfef51b6f91d25886d5d8a07025c38ff66cb not-for-merge 'refs/pull/147/head' of https://github.com/apple/swift-argument-parser
a259c180ae321a836a903af78f9566dd843597db not-for-merge 'refs/pull/148/head' of https://github.com/apple/swift-argument-parser
c75040bbe0f7010983bc0636e5038cd325b6d3a4 not-for-merge 'refs/pull/15/head' of https://github.com/apple/swift-argument-parser
5dd10bd587a9f52f3e7115b797b27ca593768d65 not-for-merge 'refs/pull/150/head' of https://github.com/apple/swift-argument-parser
c791a72b89b585a19e2705348eacd48be84f7f1b not-for-merge 'refs/pull/161/head' of https://github.com/apple/swift-argument-parser
be764ed3413d1b1c409c18d3d8e0d3b3a49773e1 not-for-merge 'refs/pull/162/head' of https://github.com/apple/swift-argument-parser
9ec606f7520fbd562722e825050560933dc6917d not-for-merge 'refs/pull/163/head' of https://github.com/apple/swift-argument-parser
cc4bae656df4848b4f8f2bc8aa6072e8bf07c0e6 not-for-merge 'refs/pull/165/head' of https://github.com/apple/swift-argument-parser
edf96d712fd3d781134eabc7eba49729201a8058 not-for-merge 'refs/pull/166/head' of https://github.com/apple/swift-argument-parser
86dbcc708650c25ed7eaba85f2f6cd090e89d1bd not-for-merge 'refs/pull/168/head' of https://github.com/apple/swift-argument-parser
5c68f292483210a359ad7f1288762ffe0c044f7f not-for-merge 'refs/pull/17/head' of https://github.com/apple/swift-argument-parser
8c573a5d1f09a493e48271c7eb8cbf1dda55629e not-for-merge 'refs/pull/170/head' of https://github.com/apple/swift-argument-parser
d954edfce07bd6bd7d342997275080174862a0a3 not-for-merge 'refs/pull/172/head' of https://github.com/apple/swift-argument-parser
1f9e68d881b6f85880c37f3bc08c9a85c2ad3630 not-for-merge 'refs/pull/173/head' of https://github.com/apple/swift-argument-parser
4c958e100cef3b269c90f6b0b8243f594bc3db91 not-for-merge 'refs/pull/174/head' of https://github.com/apple/swift-argument-parser
1afb81de05be41e52958b6176a70fb6098ad2db6 not-for-merge 'refs/pull/175/head' of https://github.com/apple/swift-argument-parser
3e52d2547a9d3b1a0e4f02ea7f69fc3853140868 not-for-merge 'refs/pull/176/head' of https://github.com/apple/swift-argument-parser
5f662e82aa49583a2db576c90fa96f6802365b11 not-for-merge 'refs/pull/177/head' of https://github.com/apple/swift-argument-parser
c963050608e77737168aff4940a2d155ac884858 not-for-merge 'refs/pull/178/head' of https://github.com/apple/swift-argument-parser
10c5d9ea586bd5ddbaa1f2816091a0c5f43955bd not-for-merge 'refs/pull/179/head' of https://github.com/apple/swift-argument-parser
35b003732c7ea2275be67196cd9ded65ed462388 not-for-merge 'refs/pull/181/head' of https://github.com/apple/swift-argument-parser
1cb6cf6e44cd1643a1bfc8fbd434bb26e071632e not-for-merge 'refs/pull/183/head' of https://github.com/apple/swift-argument-parser
532d935c4c5da7dd427f2cd693d034fc37ed49d6 not-for-merge 'refs/pull/185/head' of https://github.com/apple/swift-argument-parser
0c95758ce526761a82c50d144dc927bf2b42dd6b not-for-merge 'refs/pull/186/head' of https://github.com/apple/swift-argument-parser
bea6bdf5d1bfe6038734eca55ca3ae2ac675b266 not-for-merge 'refs/pull/187/head' of https://github.com/apple/swift-argument-parser
422e154fdcd49d1c1459b01bfca092c1e365440d not-for-merge 'refs/pull/188/head' of https://github.com/apple/swift-argument-parser
6c8c2ecc55eea14765bda464324eb38138a96558 not-for-merge 'refs/pull/189/head' of https://github.com/apple/swift-argument-parser
208a2e3c4522415ab8836f6c0700d68c9d8d78b4 not-for-merge 'refs/pull/19/head' of https://github.com/apple/swift-argument-parser
beee0fa083823916c2d050f17910693da2c12475 not-for-merge 'refs/pull/191/head' of https://github.com/apple/swift-argument-parser
9d623a2a22b5df03cef9ef4aff5fc681b366b167 not-for-merge 'refs/pull/193/head' of https://github.com/apple/swift-argument-parser
28d80d1aec76e767810bc75998af33fc5fab57b1 not-for-merge 'refs/pull/194/head' of https://github.com/apple/swift-argument-parser
5c25e13a80e58d342f90acd35fc7d3dd8da9b357 not-for-merge 'refs/pull/195/head' of https://github.com/apple/swift-argument-parser
5ab91b619b03f2f77cc77b90f22739fda9dc6c17 not-for-merge 'refs/pull/196/head' of https://github.com/apple/swift-argument-parser
04d117b3f7bdc2d6149bfb346f7c4ad005b70732 not-for-merge 'refs/pull/197/head' of https://github.com/apple/swift-argument-parser
4039384e0dbec011f5cb2385676331ad16966e3f not-for-merge 'refs/pull/198/head' of https://github.com/apple/swift-argument-parser
e49c6173f46ceb267798b77e387444f81d903c94 not-for-merge 'refs/pull/20/head' of https://github.com/apple/swift-argument-parser
5c232eb6d0826f73b303ceaed74a156d2b103b4b not-for-merge 'refs/pull/201/head' of https://github.com/apple/swift-argument-parser
c6b49cf1c7eb9d81496a5d270ed5e599f66ba123 not-for-merge 'refs/pull/205/head' of https://github.com/apple/swift-argument-parser
27aa98b1eec902b2983c4b827804b93bff05e4a7 not-for-merge 'refs/pull/207/head' of https://github.com/apple/swift-argument-parser
3211da82b2b614e1b4db88b07dbcf13c80e7f244 not-for-merge 'refs/pull/209/head' of https://github.com/apple/swift-argument-parser
c8ce91a86edca252cabe62912a32807ccbd2cda4 not-for-merge 'refs/pull/21/head' of https://github.com/apple/swift-argument-parser
c5fd31a5522049b1faa5348102886220bfd2ca9b not-for-merge 'refs/pull/210/head' of https://github.com/apple/swift-argument-parser
0268b52310bc46b5691c7d8284e61849ba410598 not-for-merge 'refs/pull/211/head' of https://github.com/apple/swift-argument-parser
bb4db8593aa9fdde2ccaab7ea1aee56992c10fde not-for-merge 'refs/pull/212/head' of https://github.com/apple/swift-argument-parser
d5cf53c49a698e463905e389d0e74d6795471f38 not-for-merge 'refs/pull/213/head' of https://github.com/apple/swift-argument-parser
32b32ac241801034accbd970e2bea6164b2e25f0 not-for-merge 'refs/pull/216/head' of https://github.com/apple/swift-argument-parser
b8e78e15d89ac0fc35ff94bc6986c7c87a8d2560 not-for-merge 'refs/pull/217/head' of https://github.com/apple/swift-argument-parser
11e6d838c3d1a16157d958c6a5d4f1416119df8b not-for-merge 'refs/pull/219/head' of https://github.com/apple/swift-argument-parser
acfd13d32d6a1bfe2722be3490d03c99ecd9ed5f not-for-merge 'refs/pull/22/head' of https://github.com/apple/swift-argument-parser
bb487d047d0ea3a8d1a28c838242ae71807bf16a not-for-merge 'refs/pull/222/head' of https://github.com/apple/swift-argument-parser
b11e40db0240a5eed70b233e0b45ad6c96c8c81e not-for-merge 'refs/pull/223/head' of https://github.com/apple/swift-argument-parser
7c988cb25b184d1f620660490f15bc8c0d41866a not-for-merge 'refs/pull/224/head' of https://github.com/apple/swift-argument-parser
f66d7c2030343c164aeb1f15451c569e86c65fc5 not-for-merge 'refs/pull/225/head' of https://github.com/apple/swift-argument-parser
c0e0021811bafed728601a621bc50274434f5621 not-for-merge 'refs/pull/226/head' of https://github.com/apple/swift-argument-parser
60901bf7d77802d2aaa0e956fcd6ab8d888dc1e7 not-for-merge 'refs/pull/228/head' of https://github.com/apple/swift-argument-parser
bdf97bebb0e196e49d44e77f44474123238152a1 not-for-merge 'refs/pull/229/head' of https://github.com/apple/swift-argument-parser
5af710cbaaeb673a6236569a13128a89dcb1ff8d not-for-merge 'refs/pull/232/head' of https://github.com/apple/swift-argument-parser
ce8c2ac725c4f2627247ffdfc98903d7ab0cc0c3 not-for-merge 'refs/pull/233/head' of https://github.com/apple/swift-argument-parser
220e97d85519e73142057f44042e8f0e5a66a123 not-for-merge 'refs/pull/234/head' of https://github.com/apple/swift-argument-parser
695d1037f4befeefc68e2678fc5071e5c80cd323 not-for-merge 'refs/pull/235/head' of https://github.com/apple/swift-argument-parser
28428f848564fc1cf4c23015fd62ccf2be4892f2 not-for-merge 'refs/pull/236/head' of https://github.com/apple/swift-argument-parser
4102665517009f0213111acbffe894b1664e7f5d not-for-merge 'refs/pull/237/head' of https://github.com/apple/swift-argument-parser
5a54dc06b9073403b0842b3bd4a66e6d54f3808b not-for-merge 'refs/pull/238/head' of https://github.com/apple/swift-argument-parser
6a1fa3ebeddd76fefcd8a924fb8ea3fa53d6e323 not-for-merge 'refs/pull/239/head' of https://github.com/apple/swift-argument-parser
d4d2fc29fdf2ce8646c28f0d85972fe531a867a7 not-for-merge 'refs/pull/240/head' of https://github.com/apple/swift-argument-parser
2344ed9fc9078a93509ab08d8da294517cebb8fa not-for-merge 'refs/pull/242/head' of https://github.com/apple/swift-argument-parser
2fab7a4ac6a9924fc27ed4bb334405bd6d90e83c not-for-merge 'refs/pull/244/head' of https://github.com/apple/swift-argument-parser
7f4fb092a5a1da18e2dc9aa82beb0d2f4327554f not-for-merge 'refs/pull/245/head' of https://github.com/apple/swift-argument-parser
124de2d6a8a6807f23570b6bd772ed5db10bfc34 not-for-merge 'refs/pull/246/head' of https://github.com/apple/swift-argument-parser
0ceed804cde1e8f7e3fa153e0aab5c2060fb74e2 not-for-merge 'refs/pull/247/head' of https://github.com/apple/swift-argument-parser
3c0431c88d972ab92c4eb13505339546a58bc54d not-for-merge 'refs/pull/247/merge' of https://github.com/apple/swift-argument-parser
12c967ee5bca80acda81c70b9986fe010b9d3215 not-for-merge 'refs/pull/249/head' of https://github.com/apple/swift-argument-parser
7c9747399257d9bb7f2075e72bc9003dfa91d47a not-for-merge 'refs/pull/250/head' of https://github.com/apple/swift-argument-parser
c3be971b30c4581a58168b508b0766249f4fb1b8 not-for-merge 'refs/pull/251/head' of https://github.com/apple/swift-argument-parser
43e761a23549e0dac8ba2ad962fd6b12ac576bd7 not-for-merge 'refs/pull/252/head' of https://github.com/apple/swift-argument-parser
7302cb11bc493c0a0b99e278b791282dd4851fb5 not-for-merge 'refs/pull/253/head' of https://github.com/apple/swift-argument-parser
50644fc0722fd7c82f67d9a1f295c79043cc306e not-for-merge 'refs/pull/256/head' of https://github.com/apple/swift-argument-parser
e7dd9f97ce0a4c713cafccb236a55a577a8a4494 not-for-merge 'refs/pull/257/head' of https://github.com/apple/swift-argument-parser
50f3e9048f67733540343d8ee541ceefe1fa4f9f not-for-merge 'refs/pull/258/head' of https://github.com/apple/swift-argument-parser
7db394caafe172dcc658e560548005ac9da9bc58 not-for-merge 'refs/pull/261/head' of https://github.com/apple/swift-argument-parser
1571a6c15c5cc50c3f1d1b35d9d7eb38618b5405 not-for-merge 'refs/pull/262/head' of https://github.com/apple/swift-argument-parser
7d48902916e7cdcac5345b560089b8e8a75ff9f5 not-for-merge 'refs/pull/263/head' of https://github.com/apple/swift-argument-parser
df268c5b9b03083db916e23c5b435775e8a906e2 not-for-merge 'refs/pull/268/head' of https://github.com/apple/swift-argument-parser
78f32c4eb509fdc46d54a88e89e74ba880dcf38b not-for-merge 'refs/pull/271/head' of https://github.com/apple/swift-argument-parser
a13105cb937f1a8fa6745faefc9e15dc8af40e06 not-for-merge 'refs/pull/272/head' of https://github.com/apple/swift-argument-parser
6c9c974d849d4f41e18d9f67eec9c453c8a83a92 not-for-merge 'refs/pull/273/head' of https://github.com/apple/swift-argument-parser
c1eab329e144b933b8b55c50e7e927bbbc9b8e43 not-for-merge 'refs/pull/275/head' of https://github.com/apple/swift-argument-parser
70c7e2162e58222c0e216d30a5a81930e583b8ba not-for-merge 'refs/pull/276/head' of https://github.com/apple/swift-argument-parser
2051e1bfcb47f15c1813ea2d454182eb1b497d1c not-for-merge 'refs/pull/28/head' of https://github.com/apple/swift-argument-parser
4cc06d6207cceaa28301487f954fad7dc32376c6 not-for-merge 'refs/pull/280/head' of https://github.com/apple/swift-argument-parser
4cb4ae8ce128df8c59c9cbad61607f36eb8c5901 not-for-merge 'refs/pull/281/head' of https://github.com/apple/swift-argument-parser
11df8d8e74c5691cbb62b5d924125a7db14de1e3 not-for-merge 'refs/pull/283/head' of https://github.com/apple/swift-argument-parser
2239419e98cc435b4fe81ea427fbfdcd604ebf30 not-for-merge 'refs/pull/284/head' of https://github.com/apple/swift-argument-parser
5a891e288db8ad3f189b250d7a4f05727afa1b4b not-for-merge 'refs/pull/286/head' of https://github.com/apple/swift-argument-parser
3135b85cadec386b3fa48788842b5d77c88f8b2a not-for-merge 'refs/pull/287/head' of https://github.com/apple/swift-argument-parser
4d091d4f73a5703bca2dda56b14e62c208d314bf not-for-merge 'refs/pull/288/head' of https://github.com/apple/swift-argument-parser
470ae6706607868f576a19ddbe327478bdfe76d4 not-for-merge 'refs/pull/289/head' of https://github.com/apple/swift-argument-parser
b15c77787764d1694ca6956265077df4d4f2ec23 not-for-merge 'refs/pull/29/head' of https://github.com/apple/swift-argument-parser
331a8abb8f82440c1c9ded9fbdc0571650adc972 not-for-merge 'refs/pull/290/head' of https://github.com/apple/swift-argument-parser
ad016f061cd8a8a6e0ea875124ff50f0dcbe3139 not-for-merge 'refs/pull/291/head' of https://github.com/apple/swift-argument-parser
c076175efa9f323cae2c52d2479ec41fcae5b852 not-for-merge 'refs/pull/292/head' of https://github.com/apple/swift-argument-parser
1b7aba401ebb8ca41d758418cc44f677465de5fa not-for-merge 'refs/pull/298/head' of https://github.com/apple/swift-argument-parser
0eb045e417aab4e04bb2ca0b0e156b165e6237e9 not-for-merge 'refs/pull/299/head' of https://github.com/apple/swift-argument-parser
f086616474252deef796d7daae3dcfb4edf2a0c1 not-for-merge 'refs/pull/3/head' of https://github.com/apple/swift-argument-parser
a8dd790703594e3266a42773cc6b3f922b8a38ee not-for-merge 'refs/pull/30/head' of https://github.com/apple/swift-argument-parser
d52ae71ab466941c93f829fac38a57da284e23f5 not-for-merge 'refs/pull/300/head' of https://github.com/apple/swift-argument-parser
6428e27105ae80eb4800d4c7432e6858885b2b66 not-for-merge 'refs/pull/301/head' of https://github.com/apple/swift-argument-parser
d982be31f17f8ccf13d47ed6b2d9467842a2f1aa not-for-merge 'refs/pull/302/head' of https://github.com/apple/swift-argument-parser
8a0863847d77f8a9de62eb47f53b5c1625b77abf not-for-merge 'refs/pull/303/head' of https://github.com/apple/swift-argument-parser
548eba80de5910d63f8aac2f1b1e329031074f49 not-for-merge 'refs/pull/304/head' of https://github.com/apple/swift-argument-parser
742c3b915dcac5afe2bd12a38cdd067605fcda17 not-for-merge 'refs/pull/305/head' of https://github.com/apple/swift-argument-parser
9fa8a910893b5f6b5e0adeac2bfd4bb382aae1fd not-for-merge 'refs/pull/306/head' of https://github.com/apple/swift-argument-parser
f59991a166335a9ddd18fc37f6a72a5bf3f23102 not-for-merge 'refs/pull/308/head' of https://github.com/apple/swift-argument-parser
08f2140095f5328a75c0df9dd3f3cbf4439ce04b not-for-merge 'refs/pull/309/head' of https://github.com/apple/swift-argument-parser
c69f4b738bc61886d4816772a6ea9b2a258333d6 not-for-merge 'refs/pull/310/head' of https://github.com/apple/swift-argument-parser
98929255336867690629f3bd04b757eecdce6f18 not-for-merge 'refs/pull/311/head' of https://github.com/apple/swift-argument-parser
07533ce12f480be3f341db823efa6ff27d19a525 not-for-merge 'refs/pull/312/head' of https://github.com/apple/swift-argument-parser
807752e0e1a66777da3ac7ecb66978238bef1c3f not-for-merge 'refs/pull/315/head' of https://github.com/apple/swift-argument-parser
a9be190dda7d531917300d7ddd1c5ffc20f2485f not-for-merge 'refs/pull/316/head' of https://github.com/apple/swift-argument-parser
de8dd84d734c4504e020ddcd0fbb2f1f729826e8 not-for-merge 'refs/pull/317/head' of https://github.com/apple/swift-argument-parser
8fdac7495db2c65917569c07078427d39d9e3819 not-for-merge 'refs/pull/317/merge' of https://github.com/apple/swift-argument-parser
44d2ebbc064f17743e11c1740961df4c7f986eb6 not-for-merge 'refs/pull/318/head' of https://github.com/apple/swift-argument-parser
929bb38a40346f88724fd58e148447f13e3024f6 not-for-merge 'refs/pull/319/head' of https://github.com/apple/swift-argument-parser
b5f18cae5cd0c40cb92506a96f83ee79db54dbe8 not-for-merge 'refs/pull/320/head' of https://github.com/apple/swift-argument-parser
7a9d92341fcfe530662e4250fca62f3b092c0882 not-for-merge 'refs/pull/321/head' of https://github.com/apple/swift-argument-parser
450c59f52c2628570892a1bdca14bbff58063270 not-for-merge 'refs/pull/323/head' of https://github.com/apple/swift-argument-parser
86a75cb10bfbd88fcd368913c842047575119ddc not-for-merge 'refs/pull/324/head' of https://github.com/apple/swift-argument-parser
72f8f6f9d9e3aad1562dc7ce3bbba6c1b6aa0e15 not-for-merge 'refs/pull/329/head' of https://github.com/apple/swift-argument-parser
b5f78ee114c1f99fac057de29a9d888b4e5208ab not-for-merge 'refs/pull/33/head' of https://github.com/apple/swift-argument-parser
0f09ac901672a89df2e41f74880ce93b988fc842 not-for-merge 'refs/pull/332/head' of https://github.com/apple/swift-argument-parser
7a2cb6b824bcf5965f65e692fd18f923a9f4b5c1 not-for-merge 'refs/pull/333/head' of https://github.com/apple/swift-argument-parser
78bbbcde19f7e907d24ef04e70e3b98442989c5e not-for-merge 'refs/pull/334/head' of https://github.com/apple/swift-argument-parser
e3c0b9a7775e481f02f3f156b2dc2cd0d82ebc0d not-for-merge 'refs/pull/335/head' of https://github.com/apple/swift-argument-parser
5c701302011549a7cac158c4c1b87cc405c10d17 not-for-merge 'refs/pull/336/head' of https://github.com/apple/swift-argument-parser
0da21d675c03ca71f695625add2deb5d640c0707 not-for-merge 'refs/pull/339/head' of https://github.com/apple/swift-argument-parser
4a11cb4130a601cb9b10ed948bd27893044dcb4f not-for-merge 'refs/pull/341/head' of https://github.com/apple/swift-argument-parser
749f5f25d9d42c4e86b3b67fafa4f98a5db9c84d not-for-merge 'refs/pull/342/head' of https://github.com/apple/swift-argument-parser
747d66953cd1c49e8f6110d2be9a9c51a07fd272 not-for-merge 'refs/pull/346/head' of https://github.com/apple/swift-argument-parser
f24df59f1856421206eab20650badd877f7bf22f not-for-merge 'refs/pull/347/head' of https://github.com/apple/swift-argument-parser
a1c47f33012d17038b80ffb867f5cb2e7f0a5548 not-for-merge 'refs/pull/349/head' of https://github.com/apple/swift-argument-parser
d48003c514756de07b0454724b4ca81265e964a7 not-for-merge 'refs/pull/350/head' of https://github.com/apple/swift-argument-parser
da242dc01eef6497f4ba37b4f5af6392633c6d99 not-for-merge 'refs/pull/351/head' of https://github.com/apple/swift-argument-parser
ad7a872a0e6249f75b5174906bf8827afe9aa017 not-for-merge 'refs/pull/352/head' of https://github.com/apple/swift-argument-parser
6090fe9bdaece9f6e8944e046d2d899f99ab80cf not-for-merge 'refs/pull/353/head' of https://github.com/apple/swift-argument-parser
f740123a8befd2e72a96eb33767c6a527034594c not-for-merge 'refs/pull/354/head' of https://github.com/apple/swift-argument-parser
690eaf8e2ef2e1b6772936abf1619d630e71c7f4 not-for-merge 'refs/pull/355/head' of https://github.com/apple/swift-argument-parser
af6b887cac7e169d7c504376d9be21c5166b044a not-for-merge 'refs/pull/356/head' of https://github.com/apple/swift-argument-parser
2f84b9adcb8cd0bd2e205e0e369b31cbb25ca401 not-for-merge 'refs/pull/357/head' of https://github.com/apple/swift-argument-parser
7fc5893d5c6438da87d29054ba12f28c003a07c3 not-for-merge 'refs/pull/360/head' of https://github.com/apple/swift-argument-parser
0ce33cf9109b42c5239c9970d2ef1f2b6f596fd3 not-for-merge 'refs/pull/362/head' of https://github.com/apple/swift-argument-parser
ea34a6dce60839977c7e89180002892e4016e2bb not-for-merge 'refs/pull/363/head' of https://github.com/apple/swift-argument-parser
70043e4732f949ec18ce165fce97ebdf8831c3c8 not-for-merge 'refs/pull/364/head' of https://github.com/apple/swift-argument-parser
6b3dcf68d2cd684193394184159cf7a2419ee2b2 not-for-merge 'refs/pull/365/head' of https://github.com/apple/swift-argument-parser
3d47bdd83ab6bcae5868081b016c84b6dd7c0309 not-for-merge 'refs/pull/366/head' of https://github.com/apple/swift-argument-parser
364db51bfad2dd8698a4ecfd2ced64626ec00113 not-for-merge 'refs/pull/367/head' of https://github.com/apple/swift-argument-parser
bded88c9d7f88c328d0e5c32e873ce0cafd0f2fa not-for-merge 'refs/pull/372/head' of https://github.com/apple/swift-argument-parser
599949c0670f58bb4bc43400398d5f079162ead0 not-for-merge 'refs/pull/373/head' of https://github.com/apple/swift-argument-parser
fcba6f23b58bef5a08e9ae7dd22d3b1d67426f90 not-for-merge 'refs/pull/374/head' of https://github.com/apple/swift-argument-parser
407c88250a30b09b5e5834c14cebe46247764510 not-for-merge 'refs/pull/377/head' of https://github.com/apple/swift-argument-parser
e0b04db9bfa2b6c29df103aa0e0ac212471107e5 not-for-merge 'refs/pull/379/head' of https://github.com/apple/swift-argument-parser
3bb99048492f0c9982e43264e0f01d8795f9fd8f not-for-merge 'refs/pull/38/head' of https://github.com/apple/swift-argument-parser
e2cd3f33527ec49c160e2a5f151a86b39a09a363 not-for-merge 'refs/pull/382/head' of https://github.com/apple/swift-argument-parser
ac527551005d1334a7b678ae22c6a61c079af7d1 not-for-merge 'refs/pull/383/head' of https://github.com/apple/swift-argument-parser
1497140cac16751221e867233c9813d7e5f2347d not-for-merge 'refs/pull/385/head' of https://github.com/apple/swift-argument-parser
6f40d78d4383b3808de4c7c4c07d90a5063ef92d not-for-merge 'refs/pull/386/head' of https://github.com/apple/swift-argument-parser
65165a2e7248c1cb7f739ae1940646c0d4f405f0 not-for-merge 'refs/pull/387/head' of https://github.com/apple/swift-argument-parser
ef56a31410496dfb4b93a518a9bd57e022fc1d9f not-for-merge 'refs/pull/388/head' of https://github.com/apple/swift-argument-parser
90fce20e727b5d3e0c11b086a7bdced299d09a28 not-for-merge 'refs/pull/389/head' of https://github.com/apple/swift-argument-parser
6357b67651e1a61156ffe3f26804f45437e7af32 not-for-merge 'refs/pull/390/head' of https://github.com/apple/swift-argument-parser
870285fec4d4cd2884fbb7348222d4ceed8720df not-for-merge 'refs/pull/391/head' of https://github.com/apple/swift-argument-parser
f238be5506630e87782fe2a73c7ea184ac2c34f7 not-for-merge 'refs/pull/392/head' of https://github.com/apple/swift-argument-parser
d7b01ddcd54b447d370ac61798e17e7aef6c2f33 not-for-merge 'refs/pull/395/head' of https://github.com/apple/swift-argument-parser
fce74480f32ca7d714718b78797b2da06f20250d not-for-merge 'refs/pull/396/head' of https://github.com/apple/swift-argument-parser
47115a348f200bd786139c38be11a087409e3e3e not-for-merge 'refs/pull/397/head' of https://github.com/apple/swift-argument-parser
311f8614217c7b166a4c890969f87c12bec0cb9b not-for-merge 'refs/pull/399/head' of https://github.com/apple/swift-argument-parser
7803cf71ceb6af1c268c6b9175c2a1d6e475e086 not-for-merge 'refs/pull/40/head' of https://github.com/apple/swift-argument-parser
00853edbbf5d0b98e1887a9edddd5f468ea74da2 not-for-merge 'refs/pull/400/head' of https://github.com/apple/swift-argument-parser
0435df77f04d49e64f555e0c04c52fc763acd42d not-for-merge 'refs/pull/402/head' of https://github.com/apple/swift-argument-parser
1830d73403f1c61f28d140ced3ecf81f8f3ca6e0 not-for-merge 'refs/pull/404/head' of https://github.com/apple/swift-argument-parser
a8107e786e92cb9b176f3ba93554c5b52d083b46 not-for-merge 'refs/pull/405/head' of https://github.com/apple/swift-argument-parser
32fe8b87c56160ed238beadfb562570fedca9796 not-for-merge 'refs/pull/406/head' of https://github.com/apple/swift-argument-parser
55c46cfa0c2a7178ccae24c16180536d9ae8eb22 not-for-merge 'refs/pull/407/head' of https://github.com/apple/swift-argument-parser
8322c155300ecd4868098840eb7aa718d4385c5c not-for-merge 'refs/pull/408/head' of https://github.com/apple/swift-argument-parser
d29a28a8566267e702033e1dba56c44215c311b6 not-for-merge 'refs/pull/409/head' of https://github.com/apple/swift-argument-parser
6edce4f7e65f6c23545c9d3f95db18ccb3c15d8b not-for-merge 'refs/pull/410/head' of https://github.com/apple/swift-argument-parser
6fef98bbb1dd7f96e5df5bc0e63c6c6944f037f7 not-for-merge 'refs/pull/411/head' of https://github.com/apple/swift-argument-parser
6b975778483da237e18b821db3743ad017b9dbaa not-for-merge 'refs/pull/412/head' of https://github.com/apple/swift-argument-parser
17df02f7a79607ad5ba906e4de2a5cf9237a2f6a not-for-merge 'refs/pull/413/head' of https://github.com/apple/swift-argument-parser
057839cc73f8f00e240686a9ad28bf42dc6408d0 not-for-merge 'refs/pull/414/head' of https://github.com/apple/swift-argument-parser
5b5400e11a3a0a9f85b3d1609f8be04a99bda7a2 not-for-merge 'refs/pull/415/head' of https://github.com/apple/swift-argument-parser
3df7139bb4ad46f061525f6e646cbec79bf168d3 not-for-merge 'refs/pull/416/head' of https://github.com/apple/swift-argument-parser
c9f33ffb5e689a7bef2e88747fadaa5a8868fe6b not-for-merge 'refs/pull/417/head' of https://github.com/apple/swift-argument-parser
69dad210167a66cc4acd21d49d07467968eba6b7 not-for-merge 'refs/pull/418/head' of https://github.com/apple/swift-argument-parser
82371bae9a6552af4b8805b88e523bbbf47d98d5 not-for-merge 'refs/pull/419/head' of https://github.com/apple/swift-argument-parser
f2af25c5c12f2c8fe7212f2ee060ec33f7bad918 not-for-merge 'refs/pull/42/head' of https://github.com/apple/swift-argument-parser
db625c71bcd0921b4611c1eab14e1bfee5dd756f not-for-merge 'refs/pull/420/head' of https://github.com/apple/swift-argument-parser
f991f3c5ec63ad304d6cb9b640989e9e189ca5ec not-for-merge 'refs/pull/421/head' of https://github.com/apple/swift-argument-parser
7456dba8218696312ce450e4665515c68650a2b4 not-for-merge 'refs/pull/422/head' of https://github.com/apple/swift-argument-parser
10cbbdf84194856e7914cc0f9da8ef3c2e5d582b not-for-merge 'refs/pull/423/head' of https://github.com/apple/swift-argument-parser
05076bc7e8e5bc56f1cbb3c50021de8c168a7cd9 not-for-merge 'refs/pull/424/head' of https://github.com/apple/swift-argument-parser
7e7d943f4102810527a6451f8eb6d643adbcc53a not-for-merge 'refs/pull/425/head' of https://github.com/apple/swift-argument-parser
e08c5ba3f442b6d6362987dd02d94d0afb4b9db3 not-for-merge 'refs/pull/427/head' of https://github.com/apple/swift-argument-parser
8b5b5bcb8ddecd5e812b0d4175edd667d11328cd not-for-merge 'refs/pull/428/head' of https://github.com/apple/swift-argument-parser
7aba0b88d3b2fdfe8d43c3d7df5b466d484548c0 not-for-merge 'refs/pull/43/head' of https://github.com/apple/swift-argument-parser
b3f2d88d85344b1b0f7018a95c7427c7ac719ad5 not-for-merge 'refs/pull/430/head' of https://github.com/apple/swift-argument-parser
e13b73bea97b08c811a082ef701719f168782355 not-for-merge 'refs/pull/431/head' of https://github.com/apple/swift-argument-parser
0ee64ac310c1fd16a4d7cbb6cb1d7142fd444908 not-for-merge 'refs/pull/431/merge' of https://github.com/apple/swift-argument-parser
82905286cc3f0fa8adc4674bf49437cab65a8373 not-for-merge 'refs/pull/432/head' of https://github.com/apple/swift-argument-parser
011459e4d915590c4acd82d930735177363e42f7 not-for-merge 'refs/pull/435/head' of https://github.com/apple/swift-argument-parser
7cbdef9cd9af1acec4a1435e34376be42f4ee965 not-for-merge 'refs/pull/436/head' of https://github.com/apple/swift-argument-parser
1b639f0c933d93e7b71fc8aff4d3209d23284d79 not-for-merge 'refs/pull/437/head' of https://github.com/apple/swift-argument-parser
a6580c0e468b898a9e12b5c0ad11441531034880 not-for-merge 'refs/pull/438/head' of https://github.com/apple/swift-argument-parser
8f825a83eea91e2b461960629a9c870b3086349e not-for-merge 'refs/pull/439/head' of https://github.com/apple/swift-argument-parser
cf90cc18b2d05fb58e0aedf9adca0473fdde9406 not-for-merge 'refs/pull/44/head' of https://github.com/apple/swift-argument-parser
6c8ca3f0da34831257a794e458c789d6d40d08ea not-for-merge 'refs/pull/440/head' of https://github.com/apple/swift-argument-parser
2ed768385d7b77c819403ba70cea32a63b4f96b7 not-for-merge 'refs/pull/441/head' of https://github.com/apple/swift-argument-parser
4174530d6b565414ea486678a3ca0bc6b04baa34 not-for-merge 'refs/pull/443/head' of https://github.com/apple/swift-argument-parser
4077519a21adbe6c08695f34c3d8f7c1bf102fda not-for-merge 'refs/pull/445/head' of https://github.com/apple/swift-argument-parser
d5d8d9752606a55983be73153664c0f89f75959a not-for-merge 'refs/pull/446/head' of https://github.com/apple/swift-argument-parser
eb8348ed9d9573895ec665914453fbfb16d39791 not-for-merge 'refs/pull/451/head' of https://github.com/apple/swift-argument-parser
2d154a57a4289806ae01b67f05384813faa34a41 not-for-merge 'refs/pull/452/head' of https://github.com/apple/swift-argument-parser
03f70fd97507388fcf92c2cb8c82a52c10449b71 not-for-merge 'refs/pull/454/head' of https://github.com/apple/swift-argument-parser
4bfb3caa7797d1e9a91661b459262c64befaa859 not-for-merge 'refs/pull/456/head' of https://github.com/apple/swift-argument-parser
03f70fd97507388fcf92c2cb8c82a52c10449b71 not-for-merge 'refs/pull/457/head' of https://github.com/apple/swift-argument-parser
63a2ffae576f79b932f9ef69597f19a5b9762e63 not-for-merge 'refs/pull/458/head' of https://github.com/apple/swift-argument-parser
7bfe7a16c69567ceb59b022e33788ac364d3dbad not-for-merge 'refs/pull/460/head' of https://github.com/apple/swift-argument-parser
d9b7c63d9a666b5808f0e1a56d5db23bf5299b40 not-for-merge 'refs/pull/464/head' of https://github.com/apple/swift-argument-parser
135e60ff62d488c9ce440d105dad2b05d4ef9523 not-for-merge 'refs/pull/468/head' of https://github.com/apple/swift-argument-parser
7fe56eff146cd94e98a6fa8270c5bdb288b5c082 not-for-merge 'refs/pull/47/head' of https://github.com/apple/swift-argument-parser
5c9037f4fa10e04db46078c9b011652165835551 not-for-merge 'refs/pull/470/head' of https://github.com/apple/swift-argument-parser
5ac41a7d79ad031862348d208fdd0a2ff3ced5dc not-for-merge 'refs/pull/471/head' of https://github.com/apple/swift-argument-parser
8526a0fb4d00362d817a6ef0baaaa5e0797eab34 not-for-merge 'refs/pull/472/head' of https://github.com/apple/swift-argument-parser
ca4a7dd5a26477c27abf3c0a1b67cae21b010542 not-for-merge 'refs/pull/473/head' of https://github.com/apple/swift-argument-parser
12a74f95232d0f9058747c1ec96f6e9dd53b88c6 not-for-merge 'refs/pull/474/head' of https://github.com/apple/swift-argument-parser
12a73d6ac56056afb549476ef5d3f9c712f82866 not-for-merge 'refs/pull/475/head' of https://github.com/apple/swift-argument-parser
1a13cf48a0b1922360bc9e1f6f4be859912c44c6 not-for-merge 'refs/pull/476/head' of https://github.com/apple/swift-argument-parser
bebda5b4dbff9bc8c4d040184beea23c7b805bde not-for-merge 'refs/pull/477/head' of https://github.com/apple/swift-argument-parser
c9bc06d01f06bdc52275bd30c09a22d47b6a5bae not-for-merge 'refs/pull/478/head' of https://github.com/apple/swift-argument-parser
ede9fca5a2fd2cb8a40ed88feec93a7b79aae28d not-for-merge 'refs/pull/479/head' of https://github.com/apple/swift-argument-parser
0e1aa0546f99c749f5f3612bb5cd68ef80a0ec8b not-for-merge 'refs/pull/479/merge' of https://github.com/apple/swift-argument-parser
38676227f0fd39c0feace15736b646721eed9402 not-for-merge 'refs/pull/48/head' of https://github.com/apple/swift-argument-parser
ffc1c213adc32d441ce147c1fccd4d400cbaa3b1 not-for-merge 'refs/pull/480/head' of https://github.com/apple/swift-argument-parser
60f763bf8ddb91ae198d2ee9333f3af765506d16 not-for-merge 'refs/pull/481/head' of https://github.com/apple/swift-argument-parser
5ab2ccc2ef09ac79883639e4442414a377534005 not-for-merge 'refs/pull/484/head' of https://github.com/apple/swift-argument-parser
74683da747f4034450713f43782f4e67cf4cf5d7 not-for-merge 'refs/pull/485/head' of https://github.com/apple/swift-argument-parser
471d891b89da22d52efe6af04bbbfa0cdb725326 not-for-merge 'refs/pull/486/head' of https://github.com/apple/swift-argument-parser
a671685a8f809e3e713fc65fe0c6a34027aa9f1a not-for-merge 'refs/pull/487/head' of https://github.com/apple/swift-argument-parser
90eabb16886aa5966697561cf803b1908796fffb not-for-merge 'refs/pull/490/head' of https://github.com/apple/swift-argument-parser
47188c7446949569e9ba78c520bc5e036b0c6780 not-for-merge 'refs/pull/492/head' of https://github.com/apple/swift-argument-parser
38f0df6455dfe9297deb029f0f44213010018952 not-for-merge 'refs/pull/494/head' of https://github.com/apple/swift-argument-parser
80fc0df3b5215aab2da6fe41a7ec9d4cd1047439 not-for-merge 'refs/pull/495/head' of https://github.com/apple/swift-argument-parser
543522cf4b9f9b48e00f9cd886014edeaa631fbc not-for-merge 'refs/pull/496/head' of https://github.com/apple/swift-argument-parser
497d1bc25262a6e54ab18d10eceec4ed27868651 not-for-merge 'refs/pull/498/head' of https://github.com/apple/swift-argument-parser
d84fb0daa97ea4f410a6b1304cb4cb3dda14de56 not-for-merge 'refs/pull/501/head' of https://github.com/apple/swift-argument-parser
82c08cd1e93e3b3ba1562077be1b2da45460cabf not-for-merge 'refs/pull/501/merge' of https://github.com/apple/swift-argument-parser
d76260e0094e33c25a5709098695dc47d819ea4a not-for-merge 'refs/pull/502/head' of https://github.com/apple/swift-argument-parser
b3b3a1e07c0cc423d8da69863f0b8a1b697e0522 not-for-merge 'refs/pull/503/head' of https://github.com/apple/swift-argument-parser
c1d089c104e1ea15735749b3ac9cf1ce8a46214b not-for-merge 'refs/pull/504/head' of https://github.com/apple/swift-argument-parser
2e83b612b3ef9fdfd095c814c227266bb7bd6b16 not-for-merge 'refs/pull/505/head' of https://github.com/apple/swift-argument-parser
e7c7c9310f2040905c3b16329a0c360d73e1c326 not-for-merge 'refs/pull/506/head' of https://github.com/apple/swift-argument-parser
b90966040c9fcde0699ca94b16dd5d3fec2d8e09 not-for-merge 'refs/pull/507/head' of https://github.com/apple/swift-argument-parser
1fcd308cc4f339d03f2c1198190aca3ed1fcf4fc not-for-merge 'refs/pull/51/head' of https://github.com/apple/swift-argument-parser
6cc556e3b75dca5275b2d2bd2967ba0abc07ab4b not-for-merge 'refs/pull/510/head' of https://github.com/apple/swift-argument-parser
6e73763eab3e25e668a2c9ddfba8acfb842fb6a5 not-for-merge 'refs/pull/511/head' of https://github.com/apple/swift-argument-parser
8f9013c3269a69a39b9f65bdcdd9d6ad08ca43d6 not-for-merge 'refs/pull/512/head' of https://github.com/apple/swift-argument-parser
ebc64b84a9acbf3a7ef59745383e877c2e0ac54f not-for-merge 'refs/pull/514/head' of https://github.com/apple/swift-argument-parser
9ec88cf5a1922db78b05b1d1388a90fa90193692 not-for-merge 'refs/pull/516/head' of https://github.com/apple/swift-argument-parser
2a81ee18461317d2bd0694fa010dd7eab666c36c not-for-merge 'refs/pull/518/head' of https://github.com/apple/swift-argument-parser
4559384a4feab121eee982cb5f017efc1ecc51a5 not-for-merge 'refs/pull/519/head' of https://github.com/apple/swift-argument-parser
7c642ec96fa0bc0efbfec4a48330020317b3daa6 not-for-merge 'refs/pull/52/head' of https://github.com/apple/swift-argument-parser
3768463959297b1becf001537067f28515a5e15f not-for-merge 'refs/pull/520/head' of https://github.com/apple/swift-argument-parser
5885806319e66309bffa0e4199af1f5e4f4cb268 not-for-merge 'refs/pull/521/head' of https://github.com/apple/swift-argument-parser
19d03dff4efefc0a6e155100b082c26109361261 not-for-merge 'refs/pull/522/head' of https://github.com/apple/swift-argument-parser
5262bbf5748f23e0700f8c2811754613ff379c6c not-for-merge 'refs/pull/525/head' of https://github.com/apple/swift-argument-parser
585c667856295be0935349a6e1e634186de31474 not-for-merge 'refs/pull/526/head' of https://github.com/apple/swift-argument-parser
7ea69bcab4da74b66c1337b8c559ca30206a1918 not-for-merge 'refs/pull/527/head' of https://github.com/apple/swift-argument-parser
2b8aad49c96045d27a284ccd7cbe6841d4ebd817 not-for-merge 'refs/pull/528/head' of https://github.com/apple/swift-argument-parser
d2aa1698cd848c2018675d7a7097b8a648f4e746 not-for-merge 'refs/pull/529/head' of https://github.com/apple/swift-argument-parser
729232d90c77d2a84a229c50512afe823b0472d0 not-for-merge 'refs/pull/53/head' of https://github.com/apple/swift-argument-parser
a5f4912a58ba33adb865a77239b7102335b8ca82 not-for-merge 'refs/pull/530/head' of https://github.com/apple/swift-argument-parser
368b77f36828e175ed93a4de62d1da6a367d5d84 not-for-merge 'refs/pull/531/head' of https://github.com/apple/swift-argument-parser
2559db9f7c12bd6b8c10b63740ac08a795025f7b not-for-merge 'refs/pull/532/head' of https://github.com/apple/swift-argument-parser
fb7eddd73c28745a4eea9a43515786032523d612 not-for-merge 'refs/pull/533/head' of https://github.com/apple/swift-argument-parser
ce840b9dcdcf9b8d137a62677d2e5d7d8263aafd not-for-merge 'refs/pull/535/head' of https://github.com/apple/swift-argument-parser
3cd854b723e9b4bee11df1c08615b61522036c92 not-for-merge 'refs/pull/539/head' of https://github.com/apple/swift-argument-parser
84dbc649d99114c9f5e19b50b2bfeff7ded49180 not-for-merge 'refs/pull/54/head' of https://github.com/apple/swift-argument-parser
de2bb7d15d882a6b6baf3aa1b0792928afadb830 not-for-merge 'refs/pull/540/head' of https://github.com/apple/swift-argument-parser
439da3de6703acec8326f78578f5f8b3536303c0 not-for-merge 'refs/pull/542/head' of https://github.com/apple/swift-argument-parser
da71e2e56b46850b2455ecfabbdfb18653f40630 not-for-merge 'refs/pull/543/head' of https://github.com/apple/swift-argument-parser
a408ac35a05b9236a761319a31f825a7ff51cd73 not-for-merge 'refs/pull/544/head' of https://github.com/apple/swift-argument-parser
541f7c6e66e2a2f3c2949c3ba9f929ee1d0784a6 not-for-merge 'refs/pull/546/head' of https://github.com/apple/swift-argument-parser
0aa7e05779b63fa5efb2e2e4fa9511499c2eee0b not-for-merge 'refs/pull/547/head' of https://github.com/apple/swift-argument-parser
a077ca597804d167c860f2cae891d105e90049a6 not-for-merge 'refs/pull/548/head' of https://github.com/apple/swift-argument-parser
3e0212d870f70e94cf425ccdc31ef66b464db597 not-for-merge 'refs/pull/549/head' of https://github.com/apple/swift-argument-parser
83f15d9a63346d10da312dd5788cf07fa5c776f0 not-for-merge 'refs/pull/55/head' of https://github.com/apple/swift-argument-parser
15b67c5c50400b06e7054705e4cc93931eb72822 not-for-merge 'refs/pull/550/head' of https://github.com/apple/swift-argument-parser
b0111ed9f5583848053bc2107c6a61f021ce71f5 not-for-merge 'refs/pull/552/head' of https://github.com/apple/swift-argument-parser
16c6c432b9783b0b12132fcf2763ba7f162bb3e1 not-for-merge 'refs/pull/554/head' of https://github.com/apple/swift-argument-parser
14cb0997bc6b8748ee4263587e90a024cb7a684b not-for-merge 'refs/pull/557/head' of https://github.com/apple/swift-argument-parser
89e35eddcd5c2c68ab8ad6a6376729583c7963d9 not-for-merge 'refs/pull/557/merge' of https://github.com/apple/swift-argument-parser
c500150b8ef8434bb8710b866a2a5f378f930918 not-for-merge 'refs/pull/565/head' of https://github.com/apple/swift-argument-parser
92d63f4abc7dcfa8b3bd0c2aed439e011bc2e6d9 not-for-merge 'refs/pull/568/head' of https://github.com/apple/swift-argument-parser
5eec59801a271b404ee284a3c8d46df14d67604d not-for-merge 'refs/pull/572/head' of https://github.com/apple/swift-argument-parser
fed6a9b62560a4c5d2e56a5b25611c0034de39d5 not-for-merge 'refs/pull/573/head' of https://github.com/apple/swift-argument-parser
64aeb4e4895c3e1a2a459c182a1440e425813c56 not-for-merge 'refs/pull/574/head' of https://github.com/apple/swift-argument-parser
cc4a03d7bcce0f8876f8f160c0769ef7caf6e56b not-for-merge 'refs/pull/575/head' of https://github.com/apple/swift-argument-parser
6fbf7efb4efb173e8456c49e617a815f6a076699 not-for-merge 'refs/pull/576/head' of https://github.com/apple/swift-argument-parser
1d074987c8f5c2d0200ba7c122c847e916462f8d not-for-merge 'refs/pull/579/head' of https://github.com/apple/swift-argument-parser
c2f4512ff10191dbc33f277865df2be435fb7b8a not-for-merge 'refs/pull/58/head' of https://github.com/apple/swift-argument-parser
964cc9e7dfd8a5961660cb3cbba5b67ec589d0a0 not-for-merge 'refs/pull/580/head' of https://github.com/apple/swift-argument-parser
6e81834e1bccd2d68f2f7b09d86c9f05f6a121a2 not-for-merge 'refs/pull/582/head' of https://github.com/apple/swift-argument-parser
d2f30b6e3edb0431c37828c6a57a884e4893dcca not-for-merge 'refs/pull/583/head' of https://github.com/apple/swift-argument-parser
39401ccb92ad39a6c38cbfbf231517d42129dc29 not-for-merge 'refs/pull/586/head' of https://github.com/apple/swift-argument-parser
4ed1094589da3a5853dd9a04a30ee7b508f35ddb not-for-merge 'refs/pull/588/head' of https://github.com/apple/swift-argument-parser
95cc0122d6ed281cceb57d8e5bae44c8b8309324 not-for-merge 'refs/pull/589/head' of https://github.com/apple/swift-argument-parser
cb862e236c14d6076d0cd7cc50a495971fca7427 not-for-merge 'refs/pull/590/head' of https://github.com/apple/swift-argument-parser
cec82b9fa2e94cf37e766df2fcb4a3dca12e632f not-for-merge 'refs/pull/592/head' of https://github.com/apple/swift-argument-parser
d9c4ebf13c2929fb402e6c100d8d2fc14f9ee016 not-for-merge 'refs/pull/593/head' of https://github.com/apple/swift-argument-parser
cffff99d46d572da47ff401baa8b08a60eb6e7bb not-for-merge 'refs/pull/594/head' of https://github.com/apple/swift-argument-parser
3f7cb81ce135a225a1cd4270bfe283fe21dd5d3b not-for-merge 'refs/pull/595/head' of https://github.com/apple/swift-argument-parser
a950fb509501eb328a9bf3072b47f72971030bdb not-for-merge 'refs/pull/596/head' of https://github.com/apple/swift-argument-parser
eecb91cf9eafdad30ae203f886853a7481c39713 not-for-merge 'refs/pull/598/head' of https://github.com/apple/swift-argument-parser
a76f59f4469b567bc346e2d6c0ac6ef721da07ea not-for-merge 'refs/pull/599/head' of https://github.com/apple/swift-argument-parser
64d1e8a7be0d74122881c27d47e4c1b230396958 not-for-merge 'refs/pull/6/head' of https://github.com/apple/swift-argument-parser
c06631d635e786a3150e33890c3f52c924626325 not-for-merge 'refs/pull/600/head' of https://github.com/apple/swift-argument-parser
28f2f754df68f6b47e9161a51263827b859174d9 not-for-merge 'refs/pull/601/head' of https://github.com/apple/swift-argument-parser
da097b8c1f46c06578d867560eac251aa9d8b30d not-for-merge 'refs/pull/602/head' of https://github.com/apple/swift-argument-parser
867b23e59e7f2aede3e039327a448b04b8a073a0 not-for-merge 'refs/pull/603/head' of https://github.com/apple/swift-argument-parser
5668634002d318d45153a99f194c1fac9fcf37c9 not-for-merge 'refs/pull/604/head' of https://github.com/apple/swift-argument-parser
4b1e6bc6f3c5c575f3960449214c932bb7958ec4 not-for-merge 'refs/pull/606/head' of https://github.com/apple/swift-argument-parser
058b8577d62157655e7ee7f82adf3faf432da2df not-for-merge 'refs/pull/607/head' of https://github.com/apple/swift-argument-parser
9ecde8be24c9c601ed5c264e5ff92f8980c6801a not-for-merge 'refs/pull/608/head' of https://github.com/apple/swift-argument-parser
698ae118bbf69b6bef88777cea276a10bdcc88ba not-for-merge 'refs/pull/610/head' of https://github.com/apple/swift-argument-parser
5041f185a219fc5e4d7e9e50eb2dc5428f3e0b22 not-for-merge 'refs/pull/611/head' of https://github.com/apple/swift-argument-parser
00b4a71e4589c1ddf601f55cf54e23e51f903fd7 not-for-merge 'refs/pull/612/head' of https://github.com/apple/swift-argument-parser
505902f2b22cd462d84512ae050c6584b12dddd5 not-for-merge 'refs/pull/613/head' of https://github.com/apple/swift-argument-parser
b60c9d2ffd622cc143f21fdcf4be5d43dbff7285 not-for-merge 'refs/pull/614/head' of https://github.com/apple/swift-argument-parser
01618a3a754e765e5a66f357556416c54c2840b2 not-for-merge 'refs/pull/615/head' of https://github.com/apple/swift-argument-parser
51e348bc3434a8050d5d578a36b6efb05c52ab5f not-for-merge 'refs/pull/616/head' of https://github.com/apple/swift-argument-parser
4f274ed37fa14553ae282892a54a24dfd4cccc4b not-for-merge 'refs/pull/617/head' of https://github.com/apple/swift-argument-parser
e7fba0d41d719f78519045b252621a1895251c55 not-for-merge 'refs/pull/619/head' of https://github.com/apple/swift-argument-parser
c616875542cd674c8311a8ad635bc1a1e9300fa5 not-for-merge 'refs/pull/62/head' of https://github.com/apple/swift-argument-parser
286c60630eeef0c5ac0d60d96472a55c624b26ea not-for-merge 'refs/pull/620/head' of https://github.com/apple/swift-argument-parser
3d96ca1947efef196693bc2486bbff17d9245911 not-for-merge 'refs/pull/620/merge' of https://github.com/apple/swift-argument-parser
376e3196c9b841ae74badbf064e959ff55b523a5 not-for-merge 'refs/pull/621/head' of https://github.com/apple/swift-argument-parser
4d1244f043f361f576fa1fea69fe86a318d2bbe0 not-for-merge 'refs/pull/624/head' of https://github.com/apple/swift-argument-parser
e04f101be4349267c090311d679143760da25d6f not-for-merge 'refs/pull/625/head' of https://github.com/apple/swift-argument-parser
891e893561947fd3422ff4936132a9ea8164c313 not-for-merge 'refs/pull/627/head' of https://github.com/apple/swift-argument-parser
49133c95d4bbda5e0bb4b90b80410779b6f22667 not-for-merge 'refs/pull/628/head' of https://github.com/apple/swift-argument-parser
daea52b508b2dc91414c0624de4b70935f3e3ba6 not-for-merge 'refs/pull/628/merge' of https://github.com/apple/swift-argument-parser
241162e26cb4f812176200415cd1f6d38d90fe99 not-for-merge 'refs/pull/629/head' of https://github.com/apple/swift-argument-parser
749cb6f4a26060c8325f1ac96090757775349acd not-for-merge 'refs/pull/63/head' of https://github.com/apple/swift-argument-parser
6b79ae626249ec6e1b031710bcf1ae1179bb13a2 not-for-merge 'refs/pull/634/head' of https://github.com/apple/swift-argument-parser
04e55ac566ceb2cef0704dbfae443b84b5b2d4d8 not-for-merge 'refs/pull/636/head' of https://github.com/apple/swift-argument-parser
46a0ae77d7adc45e8072a0c01218f651b842fbb3 not-for-merge 'refs/pull/638/head' of https://github.com/apple/swift-argument-parser
40bed30eb3a2ecf447339f0ca96363c1a8899286 not-for-merge 'refs/pull/639/head' of https://github.com/apple/swift-argument-parser
331cc67a7d823af71d5f59ca536bd718dc8ddb13 not-for-merge 'refs/pull/640/head' of https://github.com/apple/swift-argument-parser
59f35b25a70254b8188cb5994bfe4cf0b951c0a4 not-for-merge 'refs/pull/641/head' of https://github.com/apple/swift-argument-parser
6c2ab1a475a980a46a2363738eb651bdd599c27f not-for-merge 'refs/pull/644/head' of https://github.com/apple/swift-argument-parser
0ff4b13607465f14a3cb92c3f290a4578e76d538 not-for-merge 'refs/pull/645/head' of https://github.com/apple/swift-argument-parser
6f73d3bac2ef59e87d4eaefa1386584bb08c4c13 not-for-merge 'refs/pull/647/head' of https://github.com/apple/swift-argument-parser
790feb26c99e0c89580be38f8b103344eabc226e not-for-merge 'refs/pull/648/head' of https://github.com/apple/swift-argument-parser
1cbf422acadea36613e1ee2f013506e8fb5b5a0f not-for-merge 'refs/pull/649/head' of https://github.com/apple/swift-argument-parser
089b6328bf4aa648e1c74e40112170c7963aa680 not-for-merge 'refs/pull/65/head' of https://github.com/apple/swift-argument-parser
b8efa796a5eb1659a3553f967ef724b6fe0f9c2d not-for-merge 'refs/pull/650/head' of https://github.com/apple/swift-argument-parser
420eb0775a6c89417fcb5416ce99a76616aa2a64 not-for-merge 'refs/pull/651/head' of https://github.com/apple/swift-argument-parser
35b8e1824eea5c4de3a2441b3218730b7de7e9b4 not-for-merge 'refs/pull/654/head' of https://github.com/apple/swift-argument-parser
423a9413227f8e934235248b4cb3320a11a7bb5a not-for-merge 'refs/pull/657/head' of https://github.com/apple/swift-argument-parser
cdc09d36a3e7feeabf647d61ef655b390a70acb4 not-for-merge 'refs/pull/660/head' of https://github.com/apple/swift-argument-parser
17bcbbd8c4ab02d9043212a3b7620d1e7e819ea3 not-for-merge 'refs/pull/660/merge' of https://github.com/apple/swift-argument-parser
b752c8771a11eae2b3ed6d659e0cb82ed9b683ab not-for-merge 'refs/pull/663/head' of https://github.com/apple/swift-argument-parser
ec28a0a02a236f4b6ae70bc539ebf71a5b2d414e not-for-merge 'refs/pull/666/head' of https://github.com/apple/swift-argument-parser
26e7b9b1abeb41627c5624f7d2905f9a2a5ec1e2 not-for-merge 'refs/pull/667/head' of https://github.com/apple/swift-argument-parser
96a91b4b2e72bab89394c5df4bc5370f0c245134 not-for-merge 'refs/pull/669/head' of https://github.com/apple/swift-argument-parser
6e1b78408b119e1b2a1d7c7cc408e0623eb9bf33 not-for-merge 'refs/pull/67/head' of https://github.com/apple/swift-argument-parser
87a00bb1eaf5b72603c7fcd3d99367dd98aa75d8 not-for-merge 'refs/pull/674/head' of https://github.com/apple/swift-argument-parser
71840bd7861f01c7c2441a6d1a006acd58f48b2f not-for-merge 'refs/pull/674/merge' of https://github.com/apple/swift-argument-parser
42de9a9b401501473ca41b36da800cee64c2dec2 not-for-merge 'refs/pull/676/head' of https://github.com/apple/swift-argument-parser
b63295d074ade801c5b0140d127edb44be76e0c2 not-for-merge 'refs/pull/678/head' of https://github.com/apple/swift-argument-parser
6bd8accfdf66546baefbb51f46dc223ac3550c12 not-for-merge 'refs/pull/68/head' of https://github.com/apple/swift-argument-parser
8ba9caf1d83a30665d53b93d262bf2b20da2700d not-for-merge 'refs/pull/680/head' of https://github.com/apple/swift-argument-parser
c95d63f1b1d01ef32ed08e79c325a0ee894ccd55 not-for-merge 'refs/pull/684/head' of https://github.com/apple/swift-argument-parser
4e67f5cfaf293d21d55b0f664bdb87a771ba31c2 not-for-merge 'refs/pull/685/head' of https://github.com/apple/swift-argument-parser
2bc97a09d8b9210969d7a64ceb863ac5756a89de not-for-merge 'refs/pull/69/head' of https://github.com/apple/swift-argument-parser
8624697e15c07825cfa1d74f575bb0825f4c40cb not-for-merge 'refs/pull/690/head' of https://github.com/apple/swift-argument-parser
78649e1f3de7344b55cc51a2080fff160f202713 not-for-merge 'refs/pull/691/head' of https://github.com/apple/swift-argument-parser
897805a77a4f3a5dba55e718d62f74a9d5a8b8fb not-for-merge 'refs/pull/691/merge' of https://github.com/apple/swift-argument-parser
c3b849754e071ad7eee554e9a5846a914bcef8f5 not-for-merge 'refs/pull/692/head' of https://github.com/apple/swift-argument-parser
6fb3c7ff70984a195aeb10fcd74b550c82113abf not-for-merge 'refs/pull/693/head' of https://github.com/apple/swift-argument-parser
6a08c97679cd7c613aeb4cd6f31630b5200f0268 not-for-merge 'refs/pull/694/head' of https://github.com/apple/swift-argument-parser
d66a07b0831ee177b3b57e0c43784fc503ddcfef not-for-merge 'refs/pull/695/head' of https://github.com/apple/swift-argument-parser
0c2f97a738b36acfc19a4aa6c5e8ba5f40bd64bd not-for-merge 'refs/pull/696/head' of https://github.com/apple/swift-argument-parser
a2b3ccac8b522224713f6562786f9c21408fb945 not-for-merge 'refs/pull/697/head' of https://github.com/apple/swift-argument-parser
ccc8c3aa815fc6cf6afeb8d7220f8a1798fa14ef not-for-merge 'refs/pull/698/head' of https://github.com/apple/swift-argument-parser
6353f54520177e7f7ef027878f5a182c843490f6 not-for-merge 'refs/pull/699/head' of https://github.com/apple/swift-argument-parser
c07d49322b2a1cc0cd4adc349fe29e0a6b74bb74 not-for-merge 'refs/pull/70/head' of https://github.com/apple/swift-argument-parser
8b8bc61b335f4a7d9e6ff1f96693003e6598280b not-for-merge 'refs/pull/700/head' of https://github.com/apple/swift-argument-parser
67ed40557ceebd5bdfcb436b2e235e20e9a9de1f not-for-merge 'refs/pull/701/head' of https://github.com/apple/swift-argument-parser
fac54e227925328161cdaa17da9d7ba22274dfed not-for-merge 'refs/pull/705/head' of https://github.com/apple/swift-argument-parser
a82abe34bf2a07f266a89340bdcc295eedfc45f1 not-for-merge 'refs/pull/707/head' of https://github.com/apple/swift-argument-parser
cc3dc213eea2624552a61944f76e2efebc873cf9 not-for-merge 'refs/pull/708/head' of https://github.com/apple/swift-argument-parser
849c4397e2298f706e6ef517ed7755c382916703 not-for-merge 'refs/pull/71/head' of https://github.com/apple/swift-argument-parser
b90715e4572286c17cdb6f6d8fe90bab63d66eb7 not-for-merge 'refs/pull/711/head' of https://github.com/apple/swift-argument-parser
af8249d021fbdc5981af984e9fc0bbe191115432 not-for-merge 'refs/pull/712/head' of https://github.com/apple/swift-argument-parser
4b23e2a98e4bbe6c2d17211a0ae232944098e05b not-for-merge 'refs/pull/714/head' of https://github.com/apple/swift-argument-parser
12b6991aa1f261a6749d5b14025d31e281ac9c3c not-for-merge 'refs/pull/716/head' of https://github.com/apple/swift-argument-parser
5ce772e3e1d4055cc1c0b6a5e2671554567d4f0f not-for-merge 'refs/pull/718/head' of https://github.com/apple/swift-argument-parser
fe0f0b5f8ef02ea43adbaa054b8f6c5993191a1a not-for-merge 'refs/pull/72/head' of https://github.com/apple/swift-argument-parser
84fec1a20804ae98344cbd50f2741bcd71e7271b not-for-merge 'refs/pull/720/head' of https://github.com/apple/swift-argument-parser
41d1d775c79a2eecebf6600b377cddeb9ef6dc27 not-for-merge 'refs/pull/724/head' of https://github.com/apple/swift-argument-parser
6d32ef32e496b35cd1b1cf650f864aa2d7f9aa88 not-for-merge 'refs/pull/727/head' of https://github.com/apple/swift-argument-parser
b47c5c7807d90ea5e0bd47d38b062597c06f8667 not-for-merge 'refs/pull/728/head' of https://github.com/apple/swift-argument-parser
3929864aef455a81d786c4bf35b7ef5ee00e957e not-for-merge 'refs/pull/729/head' of https://github.com/apple/swift-argument-parser
2d30237a80c74399f4a52fdb417256aa78408f11 not-for-merge 'refs/pull/73/head' of https://github.com/apple/swift-argument-parser
262ac6d6142c4105cf22645b226b0011c1c67e07 not-for-merge 'refs/pull/730/head' of https://github.com/apple/swift-argument-parser
52d0a843bacc31290f70888cd091e5891858c6c2 not-for-merge 'refs/pull/731/head' of https://github.com/apple/swift-argument-parser
3c4cb733b18535b51af6275a33b0bff30b90d1b9 not-for-merge 'refs/pull/732/head' of https://github.com/apple/swift-argument-parser
0ad79110d1c9b0506c9d608a17d122384a703d4b not-for-merge 'refs/pull/735/head' of https://github.com/apple/swift-argument-parser
442d722675e756c21c7c921d530ab47362d2c020 not-for-merge 'refs/pull/736/head' of https://github.com/apple/swift-argument-parser
6e987a610771504584ea57103484413c7639d901 not-for-merge 'refs/pull/738/head' of https://github.com/apple/swift-argument-parser
7a9c440c1379ee52938f93c33e4443fc35573bd1 not-for-merge 'refs/pull/74/head' of https://github.com/apple/swift-argument-parser
8fe89a9abb2bf07b5840337d885b78a1ac49cc97 not-for-merge 'refs/pull/740/head' of https://github.com/apple/swift-argument-parser
7dfdf77cc241e17c3ec15eeb21b509288ebdc87d not-for-merge 'refs/pull/741/head' of https://github.com/apple/swift-argument-parser
c1049634b78625231780a9a4d385390d06d21dba not-for-merge 'refs/pull/743/head' of https://github.com/apple/swift-argument-parser
c9209bce3e5134df4e8f9ac96f7825073b385ef0 not-for-merge 'refs/pull/744/head' of https://github.com/apple/swift-argument-parser
dc7ec065fe476e20f580bf51d637260a6182ca56 not-for-merge 'refs/pull/745/head' of https://github.com/apple/swift-argument-parser
b70e8f0b2c8010d9c02bc949c60ff0830dccc7be not-for-merge 'refs/pull/745/merge' of https://github.com/apple/swift-argument-parser
b47acb4cfced70787ead343e8581ccf74af031bb not-for-merge 'refs/pull/746/head' of https://github.com/apple/swift-argument-parser
1144d46cbcad7006a850b001582dcda2de31aeff not-for-merge 'refs/pull/747/head' of https://github.com/apple/swift-argument-parser
2e8148c9783b2e986b82415f0661ebbade49b8bc not-for-merge 'refs/pull/749/head' of https://github.com/apple/swift-argument-parser
0fc5fccacb913f1bc9c021610e2251c658115187 not-for-merge 'refs/pull/749/merge' of https://github.com/apple/swift-argument-parser
c54ac051578d61b764f93c734458e9a26b4e173e not-for-merge 'refs/pull/75/head' of https://github.com/apple/swift-argument-parser
d67151befa39533a6a449136c7992537cbf8ec99 not-for-merge 'refs/pull/751/head' of https://github.com/apple/swift-argument-parser
fc96cbe8cb99f81177079919afa3c51eac7804df not-for-merge 'refs/pull/753/head' of https://github.com/apple/swift-argument-parser
068eff8a3653aba51236b27171e0fa9cace96302 not-for-merge 'refs/pull/753/merge' of https://github.com/apple/swift-argument-parser
34fc135a51d0e9ebb54b2ec9d731b14c3894f1bb not-for-merge 'refs/pull/754/head' of https://github.com/apple/swift-argument-parser
a88e35b2929e362143291779751019c8570347f8 not-for-merge 'refs/pull/760/head' of https://github.com/apple/swift-argument-parser
74b5083a50a5a3a955f33c58cd9eb9ddb57e8672 not-for-merge 'refs/pull/762/head' of https://github.com/apple/swift-argument-parser
2cd9d04ceb8a724a03bdfb00da48e4dc1a04289d not-for-merge 'refs/pull/763/head' of https://github.com/apple/swift-argument-parser
246863b84d0fb7db0045ebd3f27aa4166d7bfa2c not-for-merge 'refs/pull/764/head' of https://github.com/apple/swift-argument-parser
cea039077644283df7eb8500f7b666002454fc79 not-for-merge 'refs/pull/766/head' of https://github.com/apple/swift-argument-parser
12b1fbf63dcf80cbda0ee0f0e63266a663e7cee4 not-for-merge 'refs/pull/767/head' of https://github.com/apple/swift-argument-parser
01447f197c1f63ad8e32761b42a960a737bd779d not-for-merge 'refs/pull/77/head' of https://github.com/apple/swift-argument-parser
f5ebfb553361c5cccafcca00fec9ab1cf9ccf7b1 not-for-merge 'refs/pull/770/head' of https://github.com/apple/swift-argument-parser
3e95395d02cb673f95d091fd1edbcb3bbe34fc5e not-for-merge 'refs/pull/773/head' of https://github.com/apple/swift-argument-parser
1bb7c110d6fdb3868ce4b50025b198b82df246a6 not-for-merge 'refs/pull/775/head' of https://github.com/apple/swift-argument-parser
4f2b3b642a806bd2b5e45a48281e477986195a0c not-for-merge 'refs/pull/777/head' of https://github.com/apple/swift-argument-parser
689c03f9146a25901c64710a59da66b2a03901aa not-for-merge 'refs/pull/78/head' of https://github.com/apple/swift-argument-parser
6ff935729e1c4157e52d4a16bcfa5fd795541a6f not-for-merge 'refs/pull/781/head' of https://github.com/apple/swift-argument-parser
df61e9ecd14bc2c43c3d9e0a8aa4e400c72d8788 not-for-merge 'refs/pull/782/head' of https://github.com/apple/swift-argument-parser
a5796a3769bb32dc5989e26911ea89e6856333c6 not-for-merge 'refs/pull/783/head' of https://github.com/apple/swift-argument-parser
1d12a852e78445b8a3613830a924d583870947eb not-for-merge 'refs/pull/784/head' of https://github.com/apple/swift-argument-parser
563ba5ac47fd6959a4c821781ff9eded1235a1fb not-for-merge 'refs/pull/785/head' of https://github.com/apple/swift-argument-parser
805da2f93ae2fafb3437188ab60782d6609bc891 not-for-merge 'refs/pull/787/head' of https://github.com/apple/swift-argument-parser
a11509c39d02caa36651b9a26abfc774f60c9831 not-for-merge 'refs/pull/787/merge' of https://github.com/apple/swift-argument-parser
ae258f809193200508b6bfa5eedbfa09540e3796 not-for-merge 'refs/pull/79/head' of https://github.com/apple/swift-argument-parser
6aed41ed0879ae88c22f781a72d001d24d692c52 not-for-merge 'refs/pull/81/head' of https://github.com/apple/swift-argument-parser
dd14a91db648de0874530b9d91ff92df20d60962 not-for-merge 'refs/pull/83/head' of https://github.com/apple/swift-argument-parser
5a6a00497a2b029b4609d823530604dc8318bf04 not-for-merge 'refs/pull/86/head' of https://github.com/apple/swift-argument-parser
df27fa79134783bc471c0da78ce6f285476211a1 not-for-merge 'refs/pull/89/head' of https://github.com/apple/swift-argument-parser
f83b3d374f845da80a0ace9c8acc59a51c0e9cf3 not-for-merge 'refs/pull/9/head' of https://github.com/apple/swift-argument-parser
2316411523dd900d293069eb5bc621f45d1271af not-for-merge 'refs/pull/91/head' of https://github.com/apple/swift-argument-parser
f7a6b4c2f86f832e697ce9c00175550f4477753d not-for-merge 'refs/pull/94/head' of https://github.com/apple/swift-argument-parser
44b6707bdb325ceba1f03f8d2b34df765e7dcd4b not-for-merge 'refs/pull/95/head' of https://github.com/apple/swift-argument-parser
b66f637363a6b5577c8a3e3da5ba0d4187d6b824 not-for-merge 'refs/pull/96/head' of https://github.com/apple/swift-argument-parser
34d764971eb449d1c1c0cffc779f4cb8d6ab56ff not-for-merge 'refs/pull/98/head' of https://github.com/apple/swift-argument-parser
f6ac7b8118ff5d1bc0faee7f37bf6f8fd8f95602 not-for-merge tag '0.0.1' of https://github.com/apple/swift-argument-parser
35b76bf577d3cc74820f8991894ce3bcdf024ddc not-for-merge tag '0.0.2' of https://github.com/apple/swift-argument-parser
14c7622293ffbb7a235e896e37adf7eb089884a3 not-for-merge tag '0.0.3' of https://github.com/apple/swift-argument-parser
8d31a0905c346a45c87773ad50862b5b3df8dff6 not-for-merge tag '0.0.4' of https://github.com/apple/swift-argument-parser
9f04d1ff1afbccd02279338a2c91e5f27c45e93a not-for-merge tag '0.0.5' of https://github.com/apple/swift-argument-parser
223d62adc52d51669ae2ee19bdb8b7d9fd6fcd9c not-for-merge tag '0.0.6' of https://github.com/apple/swift-argument-parser
3d79b2b5a2e5af52c14e462044702ea7728f5770 not-for-merge tag '0.1.0' of https://github.com/apple/swift-argument-parser
eb51f949cdd0c9d88abba9ce79d37eb7ea1231d0 not-for-merge tag '0.2.0' of https://github.com/apple/swift-argument-parser
7255fd547f70468e19abbac5f7964f1ef309ad92 not-for-merge tag '0.2.1' of https://github.com/apple/swift-argument-parser
3e7d2fe99da091dcc1e4a7dd22fc3cfc2dca7937 not-for-merge tag '0.2.2' of https://github.com/apple/swift-argument-parser
15351c1cd009eba0b6e438bfef55ea9847a8dc4a not-for-merge tag '0.3.0' of https://github.com/apple/swift-argument-parser
92646c0cdbaca076c8d3d0207891785b3379cbff not-for-merge tag '0.3.1' of https://github.com/apple/swift-argument-parser
9564d61b08a5335ae0a36f789a7d71493eacadfc not-for-merge tag '0.3.2' of https://github.com/apple/swift-argument-parser
69ddee8c323ed468539e3b05e8c01e3d5a37bf6a not-for-merge tag '0.4.0' of https://github.com/apple/swift-argument-parser
831ed5e860a70e745bc1337830af4786b2576881 not-for-merge tag '0.4.1' of https://github.com/apple/swift-argument-parser
47bd06ebeff8146ecd0020809e186218b46f465f not-for-merge tag '0.4.2' of https://github.com/apple/swift-argument-parser
986d191f94cec88f6350056da59c2e59e83d1229 not-for-merge tag '0.4.3' of https://github.com/apple/swift-argument-parser
83b23d940471b313427da226196661856f6ba3e0 not-for-merge tag '0.4.4' of https://github.com/apple/swift-argument-parser
6b2aa2748a7881eebb9f84fb10c01293e15b52ca not-for-merge tag '0.5.0' of https://github.com/apple/swift-argument-parser
fd4c3b68a0c04c4c6cda27f0213c3703d50080e8 not-for-merge tag '1.0.0' of https://github.com/apple/swift-argument-parser
d2930e8fcf9c33162b9fcc1d522bc975e2d4179b not-for-merge tag '1.0.1' of https://github.com/apple/swift-argument-parser
e1465042f195f374b94f915ba8ca49de24300a0d not-for-merge tag '1.0.2' of https://github.com/apple/swift-argument-parser
e394bf350e38cb100b6bc4172834770ede1b7232 not-for-merge tag '1.0.3' of https://github.com/apple/swift-argument-parser
554e7659eb5b4dff97158d531aabecf11d546e2d not-for-merge tag '1.1.0' of https://github.com/apple/swift-argument-parser
82905286cc3f0fa8adc4674bf49437cab65a8373 not-for-merge tag '1.1.1' of https://github.com/apple/swift-argument-parser
f3c9084a71ef4376f2fabbdf1d3d90a49f1fabdb not-for-merge tag '1.1.2' of https://github.com/apple/swift-argument-parser
df9ee6676cd5b3bf5b330ec7568a5644f547201b not-for-merge tag '1.1.3' of https://github.com/apple/swift-argument-parser
9f39744e025c7d377987f30b03770805dcb0bcd1 not-for-merge tag '1.1.4' of https://github.com/apple/swift-argument-parser
fddd1c00396eed152c45a46bea9f47b98e59301d not-for-merge tag '1.2.0' of https://github.com/apple/swift-argument-parser
4ad606ba5d7673ea60679a61ff867cc1ff8c8e86 not-for-merge tag '1.2.1' of https://github.com/apple/swift-argument-parser
fee6933f37fde9a5e12a1e4aeaa93fe60116ff2a not-for-merge tag '1.2.2' of https://github.com/apple/swift-argument-parser
8f4d2753f0e4778c76d5f05ad16c74f707390531 not-for-merge tag '1.2.3' of https://github.com/apple/swift-argument-parser
c8ed701b513cf5177118a175d85fbbbcd707ab41 not-for-merge tag '1.3.0' of https://github.com/apple/swift-argument-parser
46989693916f56d1186bd59ac15124caef896560 not-for-merge tag '1.3.1' of https://github.com/apple/swift-argument-parser
0fbc8848e389af3bb55c182bc19ca9d5dc2f255b not-for-merge tag '1.4.0' of https://github.com/apple/swift-argument-parser
41982a3656a71c768319979febd796c6fd111d5c not-for-merge tag '1.5.0' of https://github.com/apple/swift-argument-parser
011f0c765fb46d9cac61bca19be0527e99c98c8b not-for-merge tag '1.5.1' of https://github.com/apple/swift-argument-parser