mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
Remove the now unused cliutil.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
module.exports.list = function(val) {
|
||||
return val.split(/\s*,\s*/g).filter(Boolean)
|
||||
}
|
||||
|
||||
module.exports.size = function(val) {
|
||||
var match = /^(\d+)x(\d+)$/.exec(val)
|
||||
if (match) {
|
||||
return [Number(match[1]), Number(match[2])]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user