diff options
Diffstat (limited to 'src/bin/ngit/main.rs')
| -rw-r--r-- | src/bin/ngit/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/ngit/main.rs b/src/bin/ngit/main.rs index 215d5dd..599fbe2 100644 --- a/src/bin/ngit/main.rs +++ b/src/bin/ngit/main.rs | |||
| @@ -97,8 +97,8 @@ async fn main() { | |||
| 97 | ) | 97 | ) |
| 98 | .await | 98 | .await |
| 99 | } | 99 | } |
| 100 | PrCommands::Checkout { id, offline } => { | 100 | PrCommands::Checkout { id, force, offline } => { |
| 101 | sub_commands::checkout::launch(id, *offline).await | 101 | sub_commands::checkout::launch(id, *force, *offline).await |
| 102 | } | 102 | } |
| 103 | PrCommands::Apply { | 103 | PrCommands::Apply { |
| 104 | id, | 104 | id, |