cookoo icon indicating copy to clipboard operation
cookoo copied to clipboard

A chain-of-command framework written in Go

Results 2 cookoo issues
Sort by recently updated
recently updated
newest added

I should be able to access os.Args like this: ``` Using("foo").From("os.Args:1") ``` If that's not the case, then the ShiftArgs command should not throw an error if I can't shift...

Using: ``` registry.Route("GET /hello/**", "Print Hello Web"). Does(web.Flush, "out"). Using("content").From("query:msg path:2 path:1") ``` Curl: ``` $ curl localhost:8080/hello/world An internal error occurred. ``` Error: ``` error2014/06/13 16:21:19 CookooHandler trapped a...