Sha256: 899738ff26ced5cf0bde475cf906d9b98e01fc69e27c3b3dbb4ee2133e58ebed
Contents?: true
Size: 348 Bytes
Versions: 1
Compression:
Stored size: 348 Bytes
Contents
# frozen_string_literal: true require_relative "../lib/tty-box" puts TTY::Cursor.clear_screen puts TTY::Box.info "Deploying application", top: 2, left: 2 puts TTY::Box.success "Deploying application", top: 2, left: 29 puts TTY::Box.warn "Deploying application", top: 8, left: 2 puts TTY::Box.error "Deploying application", top: 8, left: 29 puts
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tty-box-0.5.0 | examples/messages.rb |