💯 Cooler status banner.

This commit is contained in:
Netscape Navigator 2019-09-24 20:54:32 -05:00
parent 0dba798d0e
commit ede03bf5c4
1 changed files with 11 additions and 1 deletions

View File

@ -76,7 +76,17 @@ module Pigeon
desc "status", "Show various information about the `.pigeon` directory"
def status
puts "Version: #{Config::VERSION}"
puts "
,.------------------------------------
| -`. Pigeon Protocol Ruby Client
| '( @ > Version: #{Config::VERSION}
| _) ( Peers: #{Dir[File.join(".pigeon", "peers", "*")].count}
| / ) Blocked: #{Dir[File.join(".pigeon", "blocked", "*")].count}
| /_,' /
| \ /
|===m" "m===
'-,___________________________________
"
end
desc "identity SUBCOMMAND ...ARGS", "Manage `.pigeon` identity"