diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-06-27 20:44:28 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-06-27 20:44:28 +0200 |
commit | bdd1d73969ff9015f444239099ed4cdd6afff910 (patch) | |
tree | d3a7332cdde0e549dca9da48d1576f761da448bb /src/Main.hs | |
parent | a56d5c3c753241d205ed2f3e28618d18bf8eb1d9 (diff) |
Test repo subtree
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs index e273715..ec03acb 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -25,6 +25,7 @@ import Command.Extract import Command.JobId import Command.Log import Command.Run +import Command.Subtree import Config import Output import Repo @@ -92,6 +93,7 @@ commands = , SC $ Proxy @ExtractCommand , SC $ Proxy @JobIdCommand , SC $ Proxy @LogCommand + , SC $ Proxy @SubtreeCommand ] lookupCommand :: String -> Maybe SomeCommandType |