Add version command to show git-annex version as well as repository version information.
This commit is contained in:
parent
33cb114be5
commit
828a84ba33
7 changed files with 68 additions and 7 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue