Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "spaces-and-commas", Short: "Replace spaces and commans in filenames with underscores", Aliases: []string{"sac"}, Args: cobra.NoArgs, Run: func(c *cobra.Command, args []string) { replaceSpacesAndCommas() }, }
View Source
var FlagDry bool
View Source
var FlagVersion string
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.