aboutsummaryrefslogtreecommitdiff
path: root/cmd/cli
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2020-11-21 17:04:05 -0500
committerMitch Riedstra <mitch@riedstra.us>2020-11-21 17:04:05 -0500
commit657bd781bf4095a78387525e641908872e2205e5 (patch)
tree2423872ac8f9b7cd13238e066729ed11f50da046 /cmd/cli
parent3e1b39031437eaf48c5c6ea895dd632b1249b0a2 (diff)
downloadsteam-export-657bd781bf4095a78387525e641908872e2205e5.tar.gz
steam-export-657bd781bf4095a78387525e641908872e2205e5.tar.xz
Add some version information and a license.
Diffstat (limited to 'cmd/cli')
-rw-r--r--cmd/cli/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/cli/main.go b/cmd/cli/main.go
index 989592a..8bb9a24 100644
--- a/cmd/cli/main.go
+++ b/cmd/cli/main.go
@@ -9,6 +9,8 @@ import (
"riedstra.dev/mitch/steam-export/steam"
)
+var Version = "Development"
+
func parseArgs(args []string) error {
if len(args) < 2 {
return errors.New("Not enough arguments")