Documentation ¶ Index ¶ func AddFlagToContext(ctx context.Context, name string, value any) context.Context func CLIContextToContext(c *cli.Context) context.Context func GetCLIFromContext(ctx context.Context) *cli.Context func GetFlagFromContext(ctx context.Context, name string) any Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AddFlagToContext ¶ added in v0.40.6 func AddFlagToContext(ctx context.Context, name string, value any) context.Context func CLIContextToContext ¶ func CLIContextToContext(c *cli.Context) context.Context func GetCLIFromContext ¶ func GetCLIFromContext(ctx context.Context) *cli.Context func GetFlagFromContext ¶ func GetFlagFromContext(ctx context.Context, name string) any Types ¶ This section is empty. Source Files ¶ View all Source files clictx.go Click to show internal directories. Click to hide internal directories.