Sha256: e53619272b7068849287e7bd0be0a9465846f7ae2e1d4161663551d1047784d5

Contents?: true

Size: 463 Bytes

Versions: 1

Compression:

Stored size: 463 Bytes

Contents

require "clamp"
require "batcave/namespace"
require "batcave/command/add"
require "batcave/command/update"

class BatCave::Main < Clamp::Command
  # Add something to your bat cave. 
  subcommand "add", "Add something to your batcave", BatCave::Command::Add

  # Update the batcave from upstream. This will keep you updated with
  # the latest in gadgets and useful tools.
  subcommand "update", "Update the things in your bat cave.", BatCave::Command::Update
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
batcave-0.0.1 lib/batcave/main.rb