aboutsummaryrefslogtreecommitdiff
path: root/chelleport.cabal
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-12-28 13:09:21 +0530
committerAkshay Nair <phenax5@gmail.com>2024-12-28 13:53:44 +0530
commitd6dbe32df6f1a01c95f9293023e2d73872fa39fe (patch)
treed9a9e667eef416c03745a054118f21ed84ad49e9 /chelleport.cabal
parent98af698a806e41904368c0114f9d8d9f377d9c09 (diff)
downloadchelleport-d6dbe32df6f1a01c95f9293023e2d73872fa39fe.tar.gz
chelleport-d6dbe32df6f1a01c95f9293023e2d73872fa39fe.zip
Add cli arg parsing for starting in given mode
Diffstat (limited to '')
-rw-r--r--chelleport.cabal6
1 files changed, 4 insertions, 2 deletions
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,