Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
console.stub: remove void return type from handle (#46697)
Return type of a command can be the status code as int. The void type suggests that there is no return type expected. This made me search through code and documentation to check if there's now a different way of passing the exit code. Hence to avoid confusion I suggest to remove the void type and let the user decide later, if it should be void or int.
- Loading branch information