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

Unified Diff: cmd/juju/main_test.go

Issue 7370043: Change the way aliases to subcommands are handled.
Patch Set: Change the way aliases to subcommands are handled. Created 12 years, 1 month 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/main.go ('k') | cmd/juju/resolved.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmd/juju/main_test.go
=== modified file 'cmd/juju/main_test.go'
--- cmd/juju/main_test.go 2013-02-18 00:45:11 +0000
+++ cmd/juju/main_test.go 2013-02-24 22:23:26 +0000
@@ -142,18 +142,20 @@
"destroy-service",
"destroy-unit",
"expose",
- "generate-config",
+ "generate-config", // alias for init
"get",
"get-constraints",
- "remove-relation",
- "remove-unit",
+ "init",
+ "remove-relation", // alias for destroy-relation
+ "remove-unit", // alias for destroy-unit
"resolved",
"scp",
"set",
"set-constraints",
"ssh",
+ "stat", // alias for status
"status",
- "terminate-machine",
+ "terminate-machine", // alias for destroy-machine
"unexpose",
"upgrade-juju",
}
« no previous file with comments | « cmd/juju/main.go ('k') | cmd/juju/resolved.go » ('j') | no next file with comments »

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