Commit 2df34138 authored by Matt Bell's avatar Matt Bell

commands: Added PostRun function, called on the client

parent 5e337160
......@@ -46,6 +46,7 @@ type Command struct {
Options []Option
Arguments []Argument
Run Function
PostRun func(res Response)
Marshalers map[EncodingType]Marshaler
Helptext HelpText
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment