Don't rebuild overlays on overlay commands automatically
This commit is contained in:
@@ -12,13 +12,11 @@ var (
|
||||
RunE: CobraRunE,
|
||||
Args: cobra.MinimumNArgs(3),
|
||||
}
|
||||
PermMode int32
|
||||
NoOverlayUpdate bool
|
||||
PermMode int32
|
||||
)
|
||||
|
||||
func init() {
|
||||
baseCmd.PersistentFlags().Int32VarP(&PermMode, "mode", "m", 0755, "Permission mode for directory")
|
||||
baseCmd.PersistentFlags().BoolVarP(&NoOverlayUpdate, "noupdate", "n", false, "Don't update overlays")
|
||||
}
|
||||
|
||||
// GetRootCommand returns the root cobra.Command for the application.
|
||||
|
||||
Reference in New Issue
Block a user