|
|
@ -403,17 +403,16 @@ main(int argc_, |
|
|
->description("") |
|
|
->description("") |
|
|
; |
|
|
; |
|
|
|
|
|
|
|
|
app.add_option("mountpoint",mountpoint) |
|
|
|
|
|
->required() |
|
|
|
|
|
->take_last() |
|
|
|
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
app.add_option("branches",branches) |
|
|
app.add_option("branches",branches) |
|
|
// ->delimiter(':')
|
|
|
// ->delimiter(':')
|
|
|
->expected(-1) |
|
|
->expected(-1) |
|
|
->required() |
|
|
->required() |
|
|
; |
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
app.add_option("mountpoint",mountpoint) |
|
|
|
|
|
->required() |
|
|
|
|
|
->take_last() |
|
|
|
|
|
; |
|
|
|
|
|
|
|
|
try |
|
|
try |
|
|
{ |
|
|
{ |
|
|
|