mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 22:45:59 +02:00
banner: add pt_BR translation (#7864)
This commit is contained in:
parent
53cb52dbbb
commit
5e6357095b
1 changed files with 16 additions and 0 deletions
16
pages.pt_BR/common/banner.md
Normal file
16
pages.pt_BR/common/banner.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# banner
|
||||
|
||||
> Exibe o argumento inserido como um grande banner em arte ASCII.
|
||||
> Mais informações: <https://manned.org/banner>.
|
||||
|
||||
- Exibe uma mensagem como banner (aspas opcionais):
|
||||
|
||||
`banner "{{Ola Mundo}}"`
|
||||
|
||||
- Exibe um banner com a largura de 50 caracteres:
|
||||
|
||||
`banner -w {{50}} "{{Ola Mundo}}"`
|
||||
|
||||
- Exibe um banner com o texto inserido na entrada padrão:
|
||||
|
||||
`banner`
|
Loading…
Add table
Reference in a new issue