Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-14 00:27:54 +00:00
parent b4f14e4a22
commit 8b565f40ba
2 changed files with 13 additions and 9 deletions

View File

@@ -20,6 +20,10 @@ source: https://github.com/tldr-pages/tldr.git
`bun pm pkg get {{property1 property2 property3 ...}}`
- Get nested property:
`bun pm pkg get {{property}}.{{attribute}}`
- Set a property:
`bun pm pkg set {{property}}="{{value}}"`