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

Unified Diff: go/src/infra/tools/cr/main.go

Issue 1905233002: Add framework for basic cr command (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 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 | « go/src/infra/tools/cr/cmd/root.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/tools/cr/main.go
diff --git a/go/src/infra/tools/cr/main.go b/go/src/infra/tools/cr/main.go
new file mode 100644
index 0000000000000000000000000000000000000000..7938ef9723998667b67b5579f43f61947fabff40
--- /dev/null
+++ b/go/src/infra/tools/cr/main.go
@@ -0,0 +1,16 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+/*
+Core of the Chrome Infrastructure CLI SDK. Provides autoupdate, module
+discovery, module installation, and help.
+*/
+
+package main
+
+import "infra/tools/cr/cmd"
+
+func main() {
+ cmd.Execute()
+}
« no previous file with comments | « go/src/infra/tools/cr/cmd/root.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698