# File lib/cli.rb, line 31 def global if options[:version] puts "owncloud-admin: #{@@settings.version}" else Cli.help shell end end