bin/rultor in rultor-0.3.0 vs bin/rultor in rultor-0.3.1

- old
+ new

@@ -41,10 +41,10 @@ on :v, 'Print the version' do puts Rultor::VERSION end command 'encrypt' do description 'Encrypt a file' - on :p=, :project, 'Project name' + on :p=, :project, 'Project name', required: true run do |opts, args| Rultor::Encrypt.new(opts[:project], args.first).run end end end