Commit e1bb97a
committed
github: fix bug in x-UI cmdline parsing
The System.CommandLine command line binding requires the parameter names
match the option names.
During the rebasing of the x-platform UI work, the argument name for the
`--oauth` option was left as `browser` which means the OAuth browser
flow is never shown, even though the base GCM program is passing the
right argument/options.1 parent ff43eeb commit e1bb97a
File tree
1 file changed
+2
-2
lines changed1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments