Commit 0fdb03a
committed
github: consolidate helper options; add --all option
Consolidate all the UI helper options for the GitHub `prompt` view in to
an `Options` class (rather than bloat the execution handler with more
arguments).
Also fix a bug whereby the GitHub host provider would attempt to invoke
the UI helper with an `--all` option when all authentication modes are
available, but no such option is available!
This option was only available on the old WPF UI helper, and was never
carried forward to the Avalonia UI.1 parent 24356dc commit 0fdb03a
File tree
1 file changed
+23
-9
lines changed1 file changed
+23
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
39 | 53 | | |
40 | 54 | | |
41 | | - | |
| 55 | + | |
42 | 56 | | |
43 | 57 | | |
44 | 58 | | |
45 | | - | |
46 | | - | |
47 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
48 | 62 | | |
49 | 63 | | |
50 | | - | |
| 64 | + | |
51 | 65 | | |
52 | | - | |
| 66 | + | |
53 | 67 | | |
54 | 68 | | |
55 | | - | |
| 69 | + | |
56 | 70 | | |
57 | | - | |
| 71 | + | |
58 | 72 | | |
59 | 73 | | |
60 | 74 | | |
| |||
0 commit comments