cli/pkg/cmd/root
Mislav Marohnić 3b7e5fc246 Store Executable() information on codespaces App
This is to avoid having to explicitly pass it to each subcommand that
needs it. Each codespaces command runs in the context of App, so that's
a point of shared context that we can store state in.
2021-12-21 14:03:10 +01:00
..
help.go Add FlagErrorf; encapsulate FlagError.error 2021-10-21 11:40:20 -04:00
help_reference.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
help_test.go Offer different editor modes during release create 2020-08-25 20:20:44 +02:00
help_topic.go Make sure URLs in man pages render as hyperlinks on the web 2021-11-03 15:39:10 +01:00
help_topic_test.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
root.go Store Executable() information on codespaces App 2021-12-21 14:03:10 +01:00