Module: Hotdog

Defined in:
lib/hotdog/version.rb,
lib/hotdog/commands.rb,
lib/hotdog/expression.rb,
lib/hotdog/formatters.rb,
lib/hotdog/application.rb,
lib/hotdog/commands/ls.rb,
lib/hotdog/commands/up.rb,
lib/hotdog/commands/scp.rb,
lib/hotdog/commands/ssh.rb,
lib/hotdog/commands/tag.rb,
lib/hotdog/commands/down.rb,
lib/hotdog/commands/help.rb,
lib/hotdog/commands/pssh.rb,
lib/hotdog/commands/sftp.rb,
lib/hotdog/commands/tags.rb,
lib/hotdog/commands/hosts.rb,
lib/hotdog/commands/untag.rb,
lib/hotdog/formatters/csv.rb,
lib/hotdog/formatters/tsv.rb,
lib/hotdog/commands/search.rb,
lib/hotdog/formatters/json.rb,
lib/hotdog/formatters/ltsv.rb,
lib/hotdog/formatters/text.rb,
lib/hotdog/formatters/yaml.rb,
lib/hotdog/commands/version.rb,
lib/hotdog/formatters/plain.rb,
lib/hotdog/expression/syntax.rb,
lib/hotdog/expression/semantics.rb

Defined Under Namespace

Modules: Commands, Expression, Formatters Classes: Application

Constant Summary collapse

VERSION =
"0.18.0"
SQLITE_LIMIT_COMPOUND_SELECT =

TODO: get actual value from ‘sqlite3_limit()`?

500