• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisão00a04cc326123342a8442ae5721de3a06d126c21 (tree)
Hora2009-09-24 20:41:11
Autorsoutaro <soutaro@f836...>
Commitersoutaro

Mensagem de Log

forgot to remove --verbose option

git-svn-id: http://dev.ikejima.org/src/svn/pragger/trunk@417 f8368ae4-1e99-dc11-9799-0018f35ab5fa

Mudança Sumário

Diff

--- a/pragger.rb
+++ b/pragger.rb
@@ -36,7 +36,6 @@ opt.on("-p", "--plugindir PLUGINDIR") {|v| Plugin.load_plugins(Pathname(v)) }
3636 opt.on("-u", "--pluginusage PLUGINNAME") {|v| $plugins[v].source.gsub(/^## ?(.*)/){ puts $1 }; exit }
3737 opt.on("-l", "--listplugin") { $plugins.keys.sort.each{|k| puts k }; exit }
3838 opt.on("-w", "--where") { puts(Pathname(__FILE__).parent + "plugin"); exit }
39-opt.on("-v", "--verbose") { $verbose = true }
4039 opt.parse!
4140
4241 eval_pragger(YAML.load(File.read(configFile).toutf8.gsub(/base64::([\w+\/]+=*)/){ Base64.decode64($1) }),[])