more reg stuff

git-svn-id: file:///home/svn/incoming/trunk@3049 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Matt Miller 2005-11-18 01:19:32 +00:00
parent 4e9ef19975
commit c571c3dee3
1 changed files with 3 additions and 0 deletions

View File

@ -214,6 +214,7 @@ class Console::CommandDispatcher::Stdapi::Sys
key = nil
value = nil
data = nil
type = nil
@@reg_opts.parse(args) { |opt, idx, val|
case opt
@ -234,6 +235,8 @@ class Console::CommandDispatcher::Stdapi::Sys
key = val
when "-v"
value = val
when "-t"
type = val
when "-d"
data = val
end