Versions in this module Expand all Collapse all v0 v0.8.0 Mar 24, 2026 Changes in this version + func BlobShow(cmd *cobra.Command, data []byte) + func BlobWritten(cmd *cobra.Command, size int, path string) + func Empty(cmd *cobra.Command) + func EntryAdded(cmd *cobra.Command, n int) + func EntryList(cmd *cobra.Command, line string) + func EntryMoved(cmd *cobra.Command, from, to int) + func EntryRemoved(cmd *cobra.Command, n int) + func EntryShow(cmd *cobra.Command, entry string) + func EntryUpdated(cmd *cobra.Command, n int) + func ErrExportWrite(cmd *cobra.Command, label string, cause error) + func ErrImportBlobSkipped(cmd *cobra.Command, name string, cause error) + func ErrImportBlobTooLarge(cmd *cobra.Command, name string, max int) + func ErrImportCloseWarning(cmd *cobra.Command, name string, cause error) + func ExportDone(cmd *cobra.Command, label string) + func ExportPlan(cmd *cobra.Command, label, outPath string) + func ExportSummary(cmd *cobra.Command, count int, dryRun bool) + func ImportBlobAdded(cmd *cobra.Command, name string) + func ImportBlobSummary(cmd *cobra.Command, added, skipped int) + func ImportDone(cmd *cobra.Command, count int) + func ImportNone(cmd *cobra.Command) + func InfoPathConversionExists(cmd *cobra.Command, rootDir, oldPath, newPath string) + func KeyCreated(cmd *cobra.Command, path string) + func MergeAdded(cmd *cobra.Command, display, file string) + func MergeBinaryWarning(cmd *cobra.Command, file string) + func MergeBlobConflict(cmd *cobra.Command, label string) + func MergeDupe(cmd *cobra.Command, display string) + func MergeSummary(cmd *cobra.Command, added, dupes int, dryRun bool) + func ResolveSide(cmd *cobra.Command, side string, entries []string)