some comments

This commit is contained in:
extrawurst 2024-09-18 16:52:25 +02:00
parent 4bb9fc8790
commit 7a51dbec4d

View File

@ -18,8 +18,10 @@ use crate::{
#[derive(Default)] #[derive(Default)]
enum State { enum State {
// first we ask for a name for a new remote
#[default] #[default]
Name, Name,
// second we ask for a url and carry with us the name previously entered
Url { Url {
name: String, name: String,
}, },