mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
some comments
This commit is contained in:
parent
4bb9fc8790
commit
7a51dbec4d
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue