作者lichou (我是蘋果猴)
看板Ruby
標題[問題] require 'getopts'用法
時間Thu May 3 11:25:40 2007
最近看到一段程式碼
require 'getopts'
getopts "dv","p:2000", "c:",....
host = $OPT_v
port = $OPT_p
想請較各位一下
這個 getopts 是在 對應變數的嗎???
實在是稿不清楚它的用法
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.92.61.117
2F:推 godfat:Warning: getopts is deprecated after Ruby 1.8.1; use op 05/03 18:21
3F:→ godfat:use optparse instead.# this is obsolete; use getoptlong 05/03 18:21