From 828a84ba3341d4b7a84292d8b9002a8095dd2382 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 19 Mar 2011 14:33:24 -0400 Subject: Add version command to show git-annex version as well as repository version information. --- GitAnnex.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'GitAnnex.hs') diff --git a/GitAnnex.hs b/GitAnnex.hs index b9c22bdfb..adf07e5b3 100644 --- a/GitAnnex.hs +++ b/GitAnnex.hs @@ -42,6 +42,7 @@ import qualified Command.Untrust import qualified Command.Semitrust import qualified Command.Map import qualified Command.Upgrade +import qualified Command.Version cmds :: [Command] cmds = concat @@ -72,6 +73,7 @@ cmds = concat , Command.Migrate.command , Command.Map.command , Command.Upgrade.command + , Command.Version.command ] options :: [Option] -- cgit v1.2.3