Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: recipe_engine/remote.py

Issue 2845923002: [recipes.py] use argparse to set command automatically. (Closed)
Patch Set: rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « recipe_engine/refs.py ('k') | recipe_engine/run.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_engine/remote.py
diff --git a/recipe_engine/remote.py b/recipe_engine/remote.py
index 58b0245ce8c10d8abb49dda4eb3223985ec2a404..da68986a8bfd6f9cd3339d244752c4b48f3ff288 100644
--- a/recipe_engine/remote.py
+++ b/recipe_engine/remote.py
@@ -58,7 +58,6 @@ def add_subparser(parser):
help='Arguments to pass to fetched repo\'s recipes.py')
remote_p.set_defaults(
- command='remote',
bare_command=True,
func=main,
)
« no previous file with comments | « recipe_engine/refs.py ('k') | recipe_engine/run.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698