lib/staticky/cli/commands/generate.rb in staticky-0.2.0 vs lib/staticky/cli/commands/generate.rb in staticky-0.3.0
- old
+ new
@@ -23,10 +23,10 @@
desc: "Site description",
aliases: ["-d"]
option :twitter,
default: "",
desc: "Twitter handle",
- aliases: ["-t"]
+ aliases: ["-x"]
def call(path:, **)
path = Pathname.new(path).expand_path
Staticky.generator.call(path, **)