Handle command line arguments and populate worktree
This commit is contained in:
parent
9bab29c72f
commit
f849857309
6 changed files with 93 additions and 45 deletions
|
@ -1,6 +1,6 @@
|
|||
mod editor;
|
||||
pub mod editor;
|
||||
mod operation_queue;
|
||||
mod settings;
|
||||
pub mod settings;
|
||||
mod sum_tree;
|
||||
#[cfg(test)]
|
||||
mod test;
|
||||
|
@ -8,5 +8,5 @@ mod time;
|
|||
mod timer;
|
||||
mod util;
|
||||
mod watch;
|
||||
mod workspace;
|
||||
pub mod workspace;
|
||||
mod worktree;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue