mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
batch2
This commit is contained in:
parent
c3af338759
commit
3cc91b7dba
2 changed files with 3 additions and 3 deletions
|
@ -13,11 +13,11 @@
|
||||||
|
|
||||||
- Generate data with a specific output format:
|
- Generate data with a specific output format:
|
||||||
|
|
||||||
`fakedata --format {{csv|tab|sql}} {{generator}}`
|
`fakedata {{[-f|--format]}} {{csv|tab|sql}} {{generator}}`
|
||||||
|
|
||||||
- Generate a given number of data items (defaults to 10):
|
- Generate a given number of data items (defaults to 10):
|
||||||
|
|
||||||
`fakedata --limit {{n}} {{generator}}`
|
`fakedata {{[-l|--limit]}} {{n}} {{generator}}`
|
||||||
|
|
||||||
- Generate data using a custom output template (the first letter of generator names must be capitalized):
|
- Generate data using a custom output template (the first letter of generator names must be capitalized):
|
||||||
|
|
||||||
|
|
|
@ -17,4 +17,4 @@
|
||||||
|
|
||||||
- Display the pollen measurement page for a city at <https://plivazdravlje.hr> in the default web browser:
|
- Display the pollen measurement page for a city at <https://plivazdravlje.hr> in the default web browser:
|
||||||
|
|
||||||
`peludna-prognoza "{{city}}" --web`
|
`peludna-prognoza "{{city}}" {{[-w|--web]}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue