mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 05:02:28 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,11 +6,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# meson
|
||||
|
||||
> SCons-like build system that uses Python as a front-end language and Ninja as a building backend.
|
||||
> More information: <https://mesonbuild.com>.
|
||||
> More information: <https://mesonbuild.com/Commands.html>.
|
||||
|
||||
- Generate a C project with a given name and version:
|
||||
|
||||
`meson init --language={{c}} --name={{myproject}} --version={{0.1}}`
|
||||
`meson init {{[-l|--language]}} c {{[-n|--name]}} {{myproject}} --version {{0.1}}`
|
||||
|
||||
- Configure the `builddir` with default values:
|
||||
|
||||
@@ -26,8 +26,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Show the help:
|
||||
|
||||
`meson --help`
|
||||
`meson {{[-h|--help]}}`
|
||||
|
||||
- Display version:
|
||||
|
||||
`meson --version`
|
||||
`meson {{[-v|--version]}}`
|
||||
|
||||
Reference in New Issue
Block a user