multiple pages: add korean translation (#3548)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
5b34319212
commit
a451d973e8
15
pages.ko/common/banner.md
Normal file
15
pages.ko/common/banner.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# banner
|
||||
|
||||
> 주어진 인자를 큰 ASCII art로 출력.
|
||||
|
||||
- 텍스트 메시지를 큰 배너로 출력(따옴표는 선택 사항):
|
||||
|
||||
`banner {{"Hello World"}}`
|
||||
|
||||
- 텍스트 메시지를 너비가 50자인 배너로 출력:
|
||||
|
||||
`banner -w {{50}} {{"Hello World"}}`
|
||||
|
||||
- `stdin`에서 텍스트 읽기:
|
||||
|
||||
`banner`
|
Reference in New Issue
Block a user