mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 19:29:14 +03:00
some comments
This commit is contained in:
parent
4bb9fc8790
commit
7a51dbec4d
@ -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,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user