klient
klient copied to clipboard
[Feature] Print objects
Is your feature request related to a problem? Please describe. Not related to any problem so far
Describe the solution you'd like Allows the option to print the output of the command to a writer
Describe alternatives you've considered None
Proposal
At the end of the func's called by r.Visit()
print the object into.Object
. This print should be done to a writer in the client. If this writer is null then no print is done.
Additional context
It is in kubectl
check the method o.PrintObj(info.Object)
References None