shatty 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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