compose-cli/cli
Guillaume Tardif 72bae873c5 Do not delegate to old cli if cobra fails before invoking the PreRun or SetHelp hook that call isOwnCommand(). Find the command from root.Find(args).
Tried to use  `cmd, err := root.ExecuteC()` but I can’t pass the context like with `root.ExecuteContext(ctx)`, could not find a way without and explicit call to root.Find(args)
2020-06-10 17:25:52 +02:00
..
cmd Add the store to the gRPC context 2020-06-09 12:11:59 +02:00
config Move the config into own package and outside of cli 2020-06-08 16:01:36 +02:00
dockerclassic Display friendly message if unknown command is available in default context 2020-06-05 18:24:08 +02:00
formatter Add ports convet tests 2020-05-18 12:21:27 +02:00
options Set random container name if not set 2020-05-21 19:28:42 +02:00
main.go Do not delegate to old cli if cobra fails before invoking the PreRun or SetHelp hook that call isOwnCommand(). Find the command from root.Find(args). 2020-06-10 17:25:52 +02:00
main_test.go Move the config into own package and outside of cli 2020-06-08 16:01:36 +02:00