summaryrefslogtreecommitdiff
path: root/cmd/commands.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/commands.go')
-rw-r--r--cmd/commands.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/commands.go b/cmd/commands.go
index 93ebeff..87ded60 100644
--- a/cmd/commands.go
+++ b/cmd/commands.go
@@ -189,6 +189,12 @@ config file; otherwise the default is assumed.`,
})
RegisterCommand(Command{
+ Name: "build-info",
+ Func: cmdBuildInfo,
+ Short: "Prints information about this build",
+ })
+
+ RegisterCommand(Command{
Name: "environ",
Func: cmdEnviron,
Short: "Prints the environment",