lib/j1/commands/generate.rb in j1-template-2022.5.1 vs lib/j1/commands/generate.rb in j1-template-2022.5.2
- old
+ new
@@ -7,10 +7,10 @@
class Generate < Command
class << self
def init_with_program(prog)
prog.command(:generate) do |c|
- c.description 'Generates a J1 project scaffold in PATH'
+ c.description 'Generates a J1 Project scaffold in PATH'
c.syntax 'generate PATH'
c.option 'force', '--force', 'Force a site to be created even the PATH already exists'
c.option 'skip-bundle', '--skip-bundle', 'Skip bundle install'
c.option 'skip-patches', '--skip-patches', 'Skip install any PATCHES build-in with J1'
c.option 'system', '--system', 'Run "bundle install" for the Ruby SYSTEM gem folder'