fix: example command flags

fix: #1
This commit is contained in:
Evangelos Paterakis 2022-12-24 00:21:59 +02:00
parent f1b1888885
commit 15d87db730
No known key found for this signature in database
GPG key ID: FE5185F095BFC8C9
2 changed files with 6 additions and 6 deletions

View file

@ -81,10 +81,10 @@ Usage:
command | blahaj [arguments]
Examples:
blahaj -f trans ~/.bashrc
blahaj -c trans ~/.bashrc
blahaj -s -b
neofetch | blahaj -f gay
blahaj -f lesbian -m 4
neofetch | blahaj -c gay
blahaj -f -c lesbian -m 4
blahaj -- -w /etc/os-release
Arguments:

View file

@ -27,10 +27,10 @@ module Blahaj
command | blahaj [arguments]
#{"Examples:".colorize(:light_blue)}
blahaj -f trans ~/.bashrc
blahaj -c trans ~/.bashrc
blahaj -s -b
neofetch | blahaj -f gay
blahaj -f lesbian -m 4
neofetch | blahaj -c gay
blahaj -f -c lesbian -m 4
blahaj -w /etc/os-release
#{"Arguments:".colorize(:light_blue)}