Skip to content

[TASK] Add exit code to cli commands#620

Open
sypets wants to merge 1 commit intob13:masterfrom
sypets:cmd-exit-with-resultcode
Open

[TASK] Add exit code to cli commands#620
sypets wants to merge 1 commit intob13:masterfrom
sypets:cmd-exit-with-resultcode

Conversation

@sypets
Copy link

@sypets sypets commented Jun 18, 2025

All cli commands will now return an exit code depending on whether they found any problems:

  • 0 : everything ok, nothing found
  • 1 : found problems

Resolves: #619

@sypets sypets force-pushed the cmd-exit-with-resultcode branch from 8bca576 to 3b12127 Compare June 18, 2025 07:51
All cli commands will now return an exit code depending on whether
they found any problems:

- 0 : everything ok, nothing found
- 1 : found problems

Resolves: b13#619
@sypets sypets force-pushed the cmd-exit-with-resultcode branch from 3b12127 to 69c912e Compare June 18, 2025 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exit code with result of check in container cli commands

1 participant