# File 'lib/verto/commands/main_command.rb', line 11definitpath=options[:path]||Verto.config.project.pathvalidate_current_vertofile!(path)Template.render('Vertofile',to:path)end
#version ⇒ Object
21
22
23
# File 'lib/verto/commands/main_command.rb', line 21defversionVerto.stdout.putsVerto::VERSIONend