Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RefreshCmd = &cobra.Command{ Use: "refresh", Short: "Delete pal aliases file and run `make` command", RunE: func(_ *cobra.Command, _ []string) error { appFs := afero.NewOsFs() return RunRefreshCmd(appFs) }, }
Functions ¶
func RunRefreshCmd ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.