mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 11:03:25 +03:00
some comments
This commit is contained in:
parent
4bb9fc8790
commit
7a51dbec4d
@ -18,8 +18,10 @@ use crate::{
|
||||
|
||||
#[derive(Default)]
|
||||
enum State {
|
||||
// first we ask for a name for a new remote
|
||||
#[default]
|
||||
Name,
|
||||
// second we ask for a url and carry with us the name previously entered
|
||||
Url {
|
||||
name: String,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user