class Shards::Commands::Check

Defined in:

commands/check.cr

Instance Method Summary

Instance methods inherited from class Shards::Command

check_crystal_version(packages) check_crystal_version, handle_resolver_errors(&) handle_resolver_errors, lockfile? lockfile?, lockfile_path : String lockfile_path, locks locks, override override, override_path : String | Nil override_path, path : String path, spec spec, spec_filename spec_filename, spec_path : String spec_path, touch_install_path touch_install_path, write_lockfile(packages) write_lockfile

Constructor methods inherited from class Shards::Command

new(path) new

Class methods inherited from class Shards::Command

run(path, *args, **kwargs) run

Instance Method Detail

def apply_overrides(deps : Array(Dependency)) #

FIXME duplicates MolinilloSolver#apply_overrides


[View source]
def on_override(dependency : Dependency) : Dependency | Nil #

FIXME duplicates MolinilloSolver#on_override


[View source]
def run #

[View source]