From 4795a82756519007b22928080a71b3a03685623a Mon Sep 17 00:00:00 2001 From: Evan Czaplicki Date: Tue, 18 Jun 2019 16:43:52 -0400 Subject: [PATCH] add the remaining terminal commands to elm.cabal --- elm.cabal | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/elm.cabal b/elm.cabal index 36c9239a..87b83916 100644 --- a/elm.cabal +++ b/elm.cabal @@ -52,11 +52,14 @@ Executable elm Main.hs other-modules: - Develop.StaticFiles - Develop.StaticFiles.Build + Bump + Develop + Diff Init Install Make + Publish + Repl -- terminal args Terminal.Args @@ -65,13 +68,21 @@ Executable elm Terminal.Args.Helpers Terminal.Args.Internal + -- from terminal/ + Develop.Generate.Help + Develop.Generate.Index + Develop.StaticFiles + Develop.StaticFiles.Build + -- from builder/ Build - Deps.Registry + Deps.Bump Deps.Diff + Deps.Registry Deps.Solver Deps.Website File + Generate Http Reporting Reporting.Exit