class Shards::Commands::Check
- Shards::Commands::Check
- Shards::Command
- Reference
- Object
Defined in:
commands/check.crInstance Method Summary
-
#apply_overrides(deps : Array(Dependency))
FIXME duplicates MolinilloSolver#apply_overrides
-
#on_override(dependency : Dependency) : Dependency | Nil
FIXME duplicates MolinilloSolver#on_override
- #run
Instance methods inherited from class Shards::Command
check_crystal_version(packages)
check_crystal_version,
check_symlink_privilege
check_symlink_privilege,
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
FIXME duplicates MolinilloSolver#on_override