lib/nanoc/cli/commands/create-site.rb in nanoc-4.3.2 vs lib/nanoc/cli/commands/create-site.rb in nanoc-4.3.3

- old
+ new

@@ -1,9 +1,9 @@ usage 'create-site [options] path' aliases :create_site, :cs summary 'create a site' description 'Create a new site at the given path. The site will use the `filesystem` data source.' -flag nil, :force, 'Force creation of new site. Disregards previous existence of site in destination' +flag nil, :force, 'force creation of new site' module Nanoc::CLI::Commands class CreateSite < ::Nanoc::CLI::CommandRunner class << self protected