If I send p4 describe command like below "p4 describe CL_num" I can get description and diff codes properly.
However when I use p4python code below res_code = p4.run("describe", "CL Number")
This one only returns description without diff codes. Same sitaution happens when I add -S option too.
How can I handle this problem?
Please let me know why there is difference between those two way of command.
and how can I get diff codes thorugh p4python?