Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bee-install: Clarify error/warning messages
This change is related to issue #154 $ touch foo $ bee install foo bee-install: foo: Invalid package name. Skipping local file. Continuing. bee-install: foo: No packages available matching your query. $ bee install bar bee-install: bar: No packages available matching your query. $ bee install ./foo bee-install: ./foo: Invalid package name. Aborting. $ bee install ./bar bee-install: ./bar: No such file or directory.
- Loading branch information