Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "format", Short: "Batch media formatting depending on their type", PersistentPreRunE: func(cmd *cobra.Command, args []string) error { media.WD, _ = filepath.Abs(args[0]) stats, err := os.Stat(media.WD) if err != nil || !stats.IsDir() { return fmt.Errorf("%s is not a valid directory", media.WD) } return nil }, }
Cmd formats given media type according to personal conventions
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.