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
When using --state and --current_state flags together, return code will only be 0 if the service is in the desired state. Before, return code would always be 0 when using --current_state
Return code is now 2 when using --current_state if the desired service does not exist
🔍 Internal Changes
Test case has been updated to reflect this change(#202)