Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

cmd2array

(This command has been awarded a Yubnub Golden Egg)

match -url {url %s} -pattern {cmd2setup {% 1 %s}} -capture auto -as ${as} -callback ${callback}
NAME
     cmd2array - Create an 'array' from the results of a YubNub command

SYNOPSIS
     cmd2array [YUBNUB COMMAND] -as [ARRAY TYPE] -callback [CALLBACK]

EXAMPLES
     cmd2array g test
        returns an XML-style 'array' of the results of the google search 'test'
     
     cmd2array g test -as xoxo
        returns an XOXO-style 'array' of the results of the google search 'test'
     
     cmd2array g test -as json [-callback x]
        returns an JSON-style 'array' of the results of the google search 'test'
        with optional JSONP callback x

NOTES
     The command must be set up with a RegExp using cmd2setup before it will work with this command.

AUTHOR
     Stephen Paul Weber
     http://singpolyma-tech.blogspot.com/
    
5363 uses - Created 2006-05-01 11:19:47 - Last used 2023-02-11 10:24:18
Is this command broken? Tell Jon if you know how to fix it.