mirror of
https://github.com/GeopJr/BLAHAJ.git
synced 2025-01-22 16:46:56 +01:00
parent
f1b1888885
commit
15d87db730
2 changed files with 6 additions and 6 deletions
|
@ -81,10 +81,10 @@ Usage:
|
||||||
command | blahaj [arguments]
|
command | blahaj [arguments]
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
blahaj -f trans ~/.bashrc
|
blahaj -c trans ~/.bashrc
|
||||||
blahaj -s -b
|
blahaj -s -b
|
||||||
neofetch | blahaj -f gay
|
neofetch | blahaj -c gay
|
||||||
blahaj -f lesbian -m 4
|
blahaj -f -c lesbian -m 4
|
||||||
blahaj -- -w /etc/os-release
|
blahaj -- -w /etc/os-release
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
|
|
@ -27,10 +27,10 @@ module Blahaj
|
||||||
command | blahaj [arguments]
|
command | blahaj [arguments]
|
||||||
|
|
||||||
#{"Examples:".colorize(:light_blue)}
|
#{"Examples:".colorize(:light_blue)}
|
||||||
blahaj -f trans ~/.bashrc
|
blahaj -c trans ~/.bashrc
|
||||||
blahaj -s -b
|
blahaj -s -b
|
||||||
neofetch | blahaj -f gay
|
neofetch | blahaj -c gay
|
||||||
blahaj -f lesbian -m 4
|
blahaj -f -c lesbian -m 4
|
||||||
blahaj -w /etc/os-release
|
blahaj -w /etc/os-release
|
||||||
|
|
||||||
#{"Arguments:".colorize(:light_blue)}
|
#{"Arguments:".colorize(:light_blue)}
|
||||||
|
|
Loading…
Reference in a new issue