Versions in this module Expand all Collapse all v0 v0.1.1 Mar 5, 2026 v0.1.0 Mar 5, 2026 Changes in this version + func SnapshotString(cmd *cobra.Command) string + type DiffResult struct + Added []Entry + Removed []Entry + func Diff(old, new []Entry) DiffResult + func (d DiffResult) HasBreakingChanges() bool + type Entry struct + FlagType string + Kind EntryKind + Name string + Path string + func Snapshot(cmd *cobra.Command) []Entry + func (e Entry) String() string + type EntryKind string + const KindCmd + const KindFlag + const KindSub