lib/nanoc/cli/commands/deploy.rb in nanoc-4.7.9 vs lib/nanoc/cli/commands/deploy.rb in nanoc-4.7.10

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + usage 'deploy [target] [options]' summary 'deploy the compiled site' description " Deploys the compiled site. The compiled site contents in the output directory will be uploaded to the destination, which is specified using the `--target` option. "