Sha256: 83883c9a28119c591f42a0889983349a80d2a1819b21f05f3ff827e8fe6a271b
Contents?: true
Size: 227 Bytes
Versions: 2
Compression:
Stored size: 227 Bytes
Contents
command "console" do |c| c.syntax = "stylish console [OPTIONS]" c.description = "start a console session in the context of this stylish environment" c.action do |args, options| require 'pry' Pry.start end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stylish-0.3.1 | lib/stylish/cli/console.rb |
stylish-0.3.0 | lib/stylish/cli/console.rb |