summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess2016-12-26 12:07:18 -0400
committerJoey Hess2016-12-26 12:07:18 -0400
commit577ff36472956689ef5bebbefe6770357e2785f4 (patch)
treef325c5b532b098d22e49bc27c7f3b8345c84192e /src/Propellor/Types/CmdLine.hs
parente3dacfc402108d2da408f843542d82dcab58157d (diff)
Added --build option, which makes propellor simply build itself.
Diffstat (limited to 'src/Propellor/Types/CmdLine.hs')
-rw-r--r--src/Propellor/Types/CmdLine.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Types/CmdLine.hs b/src/Propellor/Types/CmdLine.hs
index 558c6e8b..d712a456 100644
--- a/src/Propellor/Types/CmdLine.hs
+++ b/src/Propellor/Types/CmdLine.hs
@@ -28,4 +28,5 @@ data CmdLine
| ChrootChain HostName FilePath Bool Bool
| GitPush Fd Fd
| Check
+ | Build
deriving (Read, Show, Eq)