Browse Source

banner: add page (#2440)

Guido Lena Cota 6 years ago
parent
commit
90a186b281
1 changed files with 15 additions and 0 deletions
  1. 15 0
      pages/common/banner.md

+ 15 - 0
pages/common/banner.md

@@ -0,0 +1,15 @@
+# banner
+
+> Print the given argument as a large ASCII art.
+
+- Print the text message as a large banner (quotes are optional):
+
+`banner {{"Hello World"}}`
+
+- Print the text message as a banner with a width of 50 characters:
+
+`banner -w {{50}} {{"Hello World"}}`
+
+- Read text from stdin:
+
+`banner`