class Change::Cli

Defined in:

change/cli.cr

Constant Summary

CHANGELOG = "CHANGELOG.md"
SHARD = "shard.yml"

Instance Method Summary

Instance Method Detail

def create_changelog(repo : String | Nil) #

[View source]
def exit!(message : String) #

Print message and exit with non-zero exit code.


[View source]
def repo #

[View source]
def run(command : String, args : Array(String), dry_run : Bool) #

[View source]
def show_diff(content, file : String) #

[View source]
def update(version : String | Nil = nil, dry_run : Bool = false) #

[View source]