upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/bin/ngit
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/ngit')
-rw-r--r--src/bin/ngit/sub_commands/list.rs1
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