Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-22 00:22:43 +00:00
parent 9017f8acda
commit 716a67f83d
236 changed files with 290 additions and 289 deletions

View File

@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
> Fetch fetches the JARs of dependencies.
> More information: <https://get-coursier.io/docs/cli-fetch>.
- Fetch a specific version of a jar:
- Fetch a specific version of a `.jar`:
`cs fetch {{group_id}}:{{artifact_id}}:{{artifact_version}}`
@@ -16,7 +16,7 @@ source: https://github.com/tldr-pages/tldr.git
`CP="$(cs fetch --classpath org.scalameta::scalafmt-cli:latest.release)"`
- Fetch a source of a specific jar:
- Fetch a source of a specific `.jar`:
`cs fetch --sources {{group_id}}:{{artifact_id}}:{{artifact_version}}`