Commit b054f6b
committed
Ensured that after update restart, passes all args
After updating, the program will pass %* (all args) through to the program, and then after bind the `--update false` flag. The arg parser will overwrite any previous flag value with the new one, which ends up in an elegant solution.1 parent 5174dcb commit b054f6b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments