Documentation ¶ Index ¶ func Execute() type BindMount type TmpfsMount Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Execute ¶ func Execute() Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd. Types ¶ type BindMount ¶ type BindMount struct { Source string Target string } type TmpfsMount ¶ type TmpfsMount struct { Path string Size int64 } Source Files ¶ View all Source files fetch.go login.go root.go run.go Click to show internal directories. Click to hide internal directories.