fix: Fix multiple line context bug 🐛

This commit is contained in:
Dheepak Krishnamurthy 2021-10-30 16:43:32 -06:00
parent 7a5393860e
commit 279b63874b
6 changed files with 232 additions and 166 deletions

View file

@ -32,7 +32,6 @@ mod calendar;
mod cli;
mod completion;
mod config;
mod context;
mod event;
mod help;
mod history;