summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index 1438802..65d079a 100644
--- a/main.go
+++ b/main.go
@@ -41,6 +41,9 @@ func main() {
log.Info("todo: show", me.repo.GetGoPath())
okExit("")
}
+ if argv.Namespace != "" {
+ me.repo.Namespace = argv.Namespace
+ }
log.Info("Namespace:", me.repo.GetNamespace(), "Fullpath:", me.repo.GetFullPath())
// figure out where we are working from