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
❯ just --list
error: Recipe line has inconsistent leading whitespace. Recipe started with `␉` but found line with `␠␠␠␠`
|
219 | kubectl apply -f nginx_canary.yaml
| ^^^^
❯ echo $status
1
And the justl buffer still tries to parse it and display. Instead we should check the exit code status and do proper handling on these cases.
The text was updated successfully, but these errors were encountered:
And the justl buffer still tries to parse it and display. Instead we should check the exit code status and do proper handling on these cases.
The text was updated successfully, but these errors were encountered: