Skip to content

Commit

Permalink
Merge pull request #569 from sbibauw/patch-1
Browse files Browse the repository at this point in the history
yarn: rename clean to autoclean, add description for certain commands
  • Loading branch information
sirech committed May 2, 2018
2 parents 1a71e0a + ff73f40 commit e029083
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/_yarn
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@

_commands=(
'access'
'cache'
'autoclean:Clean and remove unnecessary files from package dependencies'
'cache:List or clean every cached package'
"check:Verify package dependencies agains yarn's lock file"
'clean:Cleans and removes unnecessary files from package dependencies'
'config:Manages the yarn configuration files'
'generate-lock-entry:Generates a lock file entry'
'global:Install packages globally on your operating system'
'help:Show information about a command'
'import'
'import:Generate yarn.lock from an existing npm-installed node_modules folder'
'info:Show information about a package'
'init:Interactively creates or updates a package.json file'
'install:Install all the dependencies listed within package.json'
Expand All @@ -53,16 +53,16 @@ _commands=(
'list:List installed packages'
'login:Store registry username and email'
'logout:Clear registry username and email'
'outdated:Checks for outdated package dependencies'
'outdated:Check for outdated package dependencies'
'owner:Manage package owners'
'pack:Creates a compressed gzip archive of package dependencies'
'publish:Publishes a package to the npm registry'
'run:Runs a defined package script'
'pack:Create a compressed gzip archive of package dependencies'
'publish:Publish a package to the npm registry'
'run:Run a defined package script'
'tag:Add, remove, or list tags on a package'
'team:Maintain team memberships'
'unlink:Unlink a previously created symlink for a package'
'version:Updates the package version'
'versions'
'version:Update the package version'
'versions:Display version information of currently installed Yarn, Node.js, and its dependencies'
'why:Show information about why a package is installed'
)

Expand Down

0 comments on commit e029083

Please sign in to comment.