Module: Hatchet

Defined in:
lib/hatchet/repl_runner.rb,
lib/hatchet.rb,
lib/hatchet/app.rb,
lib/hatchet/config.rb,
lib/hatchet/git_app.rb,
lib/hatchet/version.rb,
lib/hatchet/anvil_app.rb,
lib/hatchet/stream_exec.rb,
lib/hatchet/process_spawn.rb,
lib/hatchet/command_parser.rb

Overview

removes the commands from strings retrieved from stuff like ‘heroku run bash` since likely you care about the output, not the input this is especially useful for seeing if a given input command has finished running if we cannot find a valid input command and output command return the full unparsed string

Defined Under Namespace

Classes: AnvilApp, App, BadRepoName, CommandParser, Config, GitApp, MissingConfig, ParserError, ProcessSpawn, ReplRunner, StreamExec

Constant Summary collapse

RETRIES =
Integer(ENV['HATCHET_RETRIES'] || 1)
VERSION =
"0.2.0"