This commit is contained in:
Dustin J. Mitchell
2020-11-29 11:23:19 -05:00
parent 42d988d601
commit 29ab993397
3 changed files with 57 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ mod shared;
mod add;
mod debug;
mod done;
mod gc;
mod info;
mod list;
@@ -21,6 +22,7 @@ pub(crate) fn subcommands() -> Vec<Box<dyn SubCommand>> {
vec![
add::cmd(),
debug::cmd(),
done::cmd(),
gc::cmd(),
info::cmd(),
list::cmd(),