Versions in this module Expand all Collapse all v1 v1.1.0 Jun 11, 2026 v1.0.0 Jun 5, 2026 Changes in this version + var AppVersion = "dev" + func CleanPath(path string) (string, error) + func DedupePaths(paths []string) ([]string, error) + func EnsureDatasetRoot(root string) error + func EnsureOutputDir(path string, force bool) error + func LoadVersionFromRoot(root string) (lerobot.Version, error) + func Logf(g GlobalOpts, format string, args ...any) + func NewCompletionCmd() *cobra.Command + func NewConvertCmd() *cobra.Command + func NewCreateCmd() *cobra.Command + func NewMergeCmd() *cobra.Command + func NewRoot() *cobra.Command + func NewValidateCmd() *cobra.Command + func NewVersionCmd() *cobra.Command + func ParseStatsMode(s string) (stats.Options, error) + func ParseVersion(s string) (lerobot.Version, error) + func PrintFileTree(root string) error + func PrintJSON(v any) error + func VersionString(v lerobot.Version) string + type GlobalOpts struct + FFmpegPath string + JSON bool + Verbose bool + var Globals GlobalOpts