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

Unified Diff: cmd/juju/destroyenvironment.go

Issue 6532045: cmd: add cmd.Context to command.Init (Closed)
Patch Set: Created 12 years, 7 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/juju/deploy_test.go ('k') | cmd/juju/expose.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmd/juju/destroyenvironment.go
=== modified file 'cmd/juju/destroyenvironment.go'
--- cmd/juju/destroyenvironment.go 2012-09-06 10:44:58 +0000
+++ cmd/juju/destroyenvironment.go 2012-09-18 11:37:18 +0000
@@ -19,7 +19,7 @@
}
}
-func (c *DestroyEnvironmentCommand) Init(f *gnuflag.FlagSet, args []string) error {
+func (c *DestroyEnvironmentCommand) Init(f *gnuflag.FlagSet, args []string, _ *cmd.Context) error {
addEnvironFlags(&c.EnvName, f)
if err := f.Parse(true, args); err != nil {
return err
« no previous file with comments | « cmd/juju/deploy_test.go ('k') | cmd/juju/expose.go » ('j') | no next file with comments »

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