Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(37)

Unified Diff: cmd/juju/main.go

Issue 6116049: Move logging functionality into new cmd.Log type
Patch Set: Move logging functionality into new cmd.Log type Created 12 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cmd/context_test.go ('k') | cmd/jujud/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmd/juju/main.go
=== modified file 'cmd/juju/main.go'
--- cmd/juju/main.go 2012-04-26 13:09:06 +0000
+++ cmd/juju/main.go 2012-04-27 09:16:35 +0000
@@ -24,7 +24,7 @@
// to the cmd package. This function is not redundant with main, because it
// provides an entry point for testing with arbitrary command line arguments.
func Main(args []string) {
- juju := cmd.NewSuperCommand("juju", "", jujuDoc)
+ juju := &cmd.SuperCommand{Name: "juju", Doc: jujuDoc, Log: &cmd.Log{}}
juju.Register(&BootstrapCommand{})
juju.Register(&DestroyCommand{})
os.Exit(cmd.Main(juju, cmd.DefaultContext(), args[1:]))
« no previous file with comments | « cmd/context_test.go ('k') | cmd/jujud/main.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b