The first of a series of bugs tracking development of the new experimental command-line SDK for Chromium development. Design doc here: https://docs.google.com/document/d/1NjUgwGPu4-A1HAwZ2rRFYb9kCKSNGgQIb-HDExUXgDM
First CL: https://codereview.chromium.org/1905233002
The following revision refers to this bug: https://chromium.googlesource.com/infra/infra.git/+/d6d8a0f314f854a0b9e4b191af331a764563920d commit d6d8a0f314f854a0b9e4b191af331a764563920d Author: agable <agable@chromium.org> Date: Fri Jun 03 21:53:17 2016 Add beginnings of new cr command This CL * Establishes the root cr command, including subcommand dispatch and help * Creates two minimal libraries for managing subcommands and terminal interaction * Implements the help command and the beginning of the firstrun command R=seanmccullough@chromium.org BUG= 605772 Review-Url: https://codereview.chromium.org/1929153002 [add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/cmd/firstrun/common.go [add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/cmd/firstrun/firstrun.go [add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/cmd/firstrun/firstrun.infra_testing [add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/cmd/firstrun/firstrun_test.go [add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/cmd/firstrun/firstrun_unix.go [add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/cmd/firstrun/firstrun_windows.go [add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/cr.infra_testing [add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/help.go [add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/lib/subcommand/subcommand.go [add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/lib/subcommand/subcommand.infra_testing [add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/lib/subcommand/subcommand_test.go [add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/lib/terminal/terminal.go [add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/lib/terminal/terminal.infra_testing [add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/lib/terminal/terminal_test.go [add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/main.go
Didn't make enough progress on this; abandoning the project for higher priorities.
Comment 1 by aga...@chromium.org
, Apr 22 2016