my library update
my library update [name]Pulls the latest changes from library repositories via git pull.
Arguments
Section titled “Arguments”| Argument | Description |
|---|---|
name | Optional. Name of a specific library to update. If omitted, updates all libraries. |
Examples
Section titled “Examples”# Update all librariesmy library update
# Update a specific librarymy library update my-tools