Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

banner: add page #2440

Merged
merged 6 commits into from
Oct 15, 2018
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions pages/common/banner.md
Original file line number Diff line number Diff line change
@@ -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 and print it as a large banner:
glenacota marked this conversation as resolved.
Show resolved Hide resolved

`banner`