Allow menu items to specify arguments for their commands

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Max Brunsfeld 2021-04-12 14:09:49 -07:00
parent a0a004737d
commit 3247f49954
8 changed files with 149 additions and 102 deletions

View file

@ -10,6 +10,6 @@ mod test;
mod time;
mod timer;
mod util;
mod watch;
pub mod watch;
pub mod workspace;
mod worktree;