We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In order to facilitate updating of packages, without accumulating lots of old versions, an update command should be added:
update
$ lyp install [email protected] $ lyp update assert $ lyp list assert assert => (0.3.0)
Also, the install command should accept a -u or --update flag to delete any old versions of the installed package.
-u
--update
The text was updated successfully, but these errors were encountered:
8d5b8d5
No branches or pull requests
In order to facilitate updating of packages, without accumulating lots of old versions, an
update
command should be added:Also, the install command should accept a
-u
or--update
flag to delete any old versions of the installed package.The text was updated successfully, but these errors were encountered: