diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
