Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdSsa = &cli.Command{ Hidden: true, Name: "ssa", Usage: "print Wa ssa code", Flags: []cli.Flag{ appbase.MakeFlag_target(), appbase.MakeFlag_tags(), }, Action: func(c *cli.Context) error { if c.NArg() == 0 { fmt.Fprintf(os.Stderr, "no input file") os.Exit(1) } opt := appbase.BuildOptions(c) err := SSARun(opt, c.Args().First()) if err != nil { fmt.Println(err) os.Exit(1) } return nil }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.