mirror of
https://git.meli.delivery/meli/meli
synced 2024-11-19 03:25:38 +00:00
ui: rename b
cmd to go
This commit is contained in:
parent
0f4db97b75
commit
ca64e4cd4a
@ -56,7 +56,7 @@ named!(
|
||||
named!(close<Action>, map!(ws!(tag!("close")), |_| Tab(Close)));
|
||||
named!(
|
||||
goto<Action>,
|
||||
preceded!(tag!("b "), map!(call!(usize_c), Action::ViewMailbox))
|
||||
preceded!(tag!("go "), map!(call!(usize_c), Action::ViewMailbox))
|
||||
);
|
||||
|
||||
named!(
|
||||
|
Loading…
Reference in New Issue
Block a user