shatty 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/shatty +1 -1
- data/shatty.gemspec +1 -1
- metadata +1 -1
data/bin/shatty
CHANGED
@@ -6,7 +6,7 @@ require "ftw"
|
|
6
6
|
require "uuidtools"
|
7
7
|
|
8
8
|
class Shatty < Clamp::Command
|
9
|
-
subcommand "
|
9
|
+
subcommand "share", "Share a terminal session (read only for now)" do
|
10
10
|
option ["-o", "--output"], "PATH_OR_URL",
|
11
11
|
"where to output the recording to (a path or url)"
|
12
12
|
option "--headless", :flag,
|
data/shatty.gemspec
CHANGED