lib/balboa/cli/command/help_command.rb in balboa-0.1.2 vs lib/balboa/cli/command/help_command.rb in balboa-0.1.3
- old
+ new
@@ -11,30 +11,9 @@
end
private
def help
- [
- "░░░░░▄▄███████████████▄▄░░░░ BALBOA #{Balboa::VERSION}",
- "░░▄██████████████████████▄░░",
- "░█████████▀███████▀████████░",
- "█████████▀▀█▀█░░▀██▄██▄████░ Usage: balboa [command] [options]",
- "░████████▄▄█░▀▀▄▄█░░▀░████░░",
- "░███████▀░░░▄▄▄▄░░░▄▄▄███░░░ Commands:",
- "▀███████░░▄▀▀██▀░░█▄░▄▀███░░ last Fetch last punch date",
- "░██████▀░░█░██▀▀░░████░██░░░ punch Punch up to yesterday",
- "████████░▄░░▀▀░░░░▀▄░▀▀█░░░░ help HERBERT, COME TO MY RESCUE",
- "█▀██████▀░▄░░▄░░░░░░█░░█░░░░",
- "▀▄████▄▀░░░▀▀░░▀░▄░░▀░░░█░░░ Options:",
- "▄██████▀▄░░░░░░░░░██▄▄▄░█░░░ balboa punch -c FILE Override config from .balboa",
- "███████░█░░░░░░░░█▀▄▄▄█░░█░░ balboa punch -p PASSWORD Override password from .balboa",
- "░██████░░█░░░░░░░░░▀░░░░░░▀▄",
- "▀▄█████░░░▀▄░░░░░░░░░░░░░░░█ Examples:",
- "░░░███▀░░░░░░▀░░░░▄░░░░░░▄█░ balboa",
- "░░░▄▀░░░░░░░░░▀▄░░░▀▀▀▀▀█▀░░ balboa punch",
- "░▀░░░░░░░░░░░░░░░▀░░░░░░▀▄░░",
- "░░░░░░░░░░░░░░░░░░░░░░░▄░█▀▄ #{quote}"
- ].join("\n")
end
def quote
"`Life's not about how hard of a hit you can give...'"
end