Documentation ¶ Index ¶ func Run(w RunWith) error type RunWith Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(w RunWith) error Types ¶ type RunWith ¶ type RunWith struct { Provider string `opts:"mode=arg, help=<provider> must be either leetcode or adventofcode"` ID string `opts:"mode=arg, help=<id> of the provider problem"` Flags x.RunFlags `opts:"mode=embedded"` } Source Files ¶ View all Source files run.go Directories ¶ Show internal Expand all Path Synopsis leetcode x Click to show internal directories. Click to hide internal directories.