You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return_code: An Int? whose value is initially None and is set to the value of the command's return code. The value is only guaranteed to be defined in the output section.
Does this mean that its expected to be Int? in the output section or if it can just be an Int.