Docs exports: JSON llms.txt llms-full.txt Agent Files

class Shards::DiffReport

Defined in:

diff_report.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(changes : Array(Shards::LockfileDiffer::Change), from_label : String = "HEAD", to_label : String = "working tree") #

[View source]

Instance Method Detail

def any_changes? : Bool #

[View source]
def changes : Array(LockfileDiffer::Change) #

[View source]
def from_label : String #

[View source]
def to_json(io : IO = STDOUT) : Nil #

[View source]
def to_label : String #

[View source]
def to_markdown(io : IO = STDOUT) : Nil #

[View source]
def to_terminal(io : IO = STDOUT) : Nil #

[View source]