MCPcopy Create free account
hub / github.com/github/gh-aw / RunFix

Function RunFix

pkg/cli/fix_command.go:30–32  ·  view source on GitHub ↗

RunFix runs the fix command with the given configuration

(config FixConfig)

Source from the content-addressed store, hash-verified

28
29// RunFix runs the fix command with the given configuration
30func RunFix(config FixConfig) error {
31 return runFixCommand(config.WorkflowIDs, config.Write, config.Verbose, config.WorkflowDir, config.DisabledCodemodIDs)
32}
33
34// NewFixCommand creates the fix command
35func NewFixCommand() *cobra.Command {

Calls 1

runFixCommandFunction · 0.85