From d6dbe32df6f1a01c95f9293023e2d73872fa39fe Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 28 Dec 2024 13:09:21 +0530 Subject: Add cli arg parsing for starting in given mode --- chelleport.cabal | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'chelleport.cabal') diff --git a/chelleport.cabal b/chelleport.cabal index 24ee97f..8bfb27d 100644 --- a/chelleport.cabal +++ b/chelleport.cabal @@ -83,6 +83,7 @@ library lib-chelleport Chelleport Chelleport.AppShell Chelleport.AppState + Chelleport.Args Chelleport.Config Chelleport.Context Chelleport.Control @@ -102,9 +103,10 @@ test-suite specs other-modules: Mock TestUtils - Specs.KeySequenceSpec - Specs.AppStateSpec Specs.AppEventSpec + Specs.AppStateSpec + Specs.ArgsSpec + Specs.KeySequenceSpec Specs.ViewSpec build-depends: lib-chelleport, -- cgit v1.3.1