Module: Githuh::CLI
- Defined in:
- lib/githuh.rb,
lib/githuh/cli/launcher.rb,
lib/githuh/cli/commands/base.rb,
lib/githuh/cli/commands/version.rb,
lib/githuh/cli/commands/repo/list.rb,
lib/githuh/cli/commands/user/info.rb
Defined Under Namespace
Modules: Commands Classes: Launcher
Constant Summary collapse
- BANNER =
"\n\#{'Githuh CLI'.bold.yellow} \#{::Githuh::VERSION.bold.green} \u2014 API client for Github.com.\n\#{'\u00A9 2020 Konstantin Gredeskoul, All rights reserved. MIT License.'.cyan}\n\n"- BOX_OPTIONS =
{ padding: 1, align: :left, title: { top_center: Githuh::BANNER }, width: 80, style: { bg: :red, border: { fg: :bright_yellow, bg: :red } } }.freeze