Navigation Menu

Skip to content

Commit

Permalink
Support "get"
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 14, 2012
1 parent 959fcbe commit b7497d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/grntest/tester.rb
Expand Up @@ -1408,6 +1408,8 @@ def arguments_name(command)
]
when "truncate"
["table"]
when "get"
["table", "key", "output_columns", "id"]
else
nil
end
Expand Down

0 comments on commit b7497d7

Please sign in to comment.