Default to run action

This commit is contained in:
Niels G. W. Serup 2024-11-27 20:49:17 +01:00
parent 8263d01b86
commit 9b268759a1
No known key found for this signature in database
GPG Key ID: 38EEEBCE67324F19
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ main :: IO ()
main = do
args <- getArgs
case args of
["run"] -> do
[] -> do
((), filesWritten) <- DR.runDepRunMIO $ DR.runDeps dependencies
putStrLn ("Files which could have been written: " ++ show filesWritten)
["tree"] ->