diff options
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/ngit/sub_commands/list.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/ngit/sub_commands/list.rs b/src/bin/ngit/sub_commands/list.rs index 1e8ecc4..60f8e46 100644 --- a/src/bin/ngit/sub_commands/list.rs +++ b/src/bin/ngit/sub_commands/list.rs | |||
| @@ -162,6 +162,7 @@ pub async fn launch() -> Result<()> { | |||
| 162 | let selected_index = Interactor::default().choice( | 162 | let selected_index = Interactor::default().choice( |
| 163 | PromptChoiceParms::default() | 163 | PromptChoiceParms::default() |
| 164 | .with_prompt(prompt) | 164 | .with_prompt(prompt) |
| 165 | .with_default(0) | ||
| 165 | .with_choices(choices.clone()), | 166 | .with_choices(choices.clone()), |
| 166 | )?; | 167 | )?; |
| 167 | 168 | ||