Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return a non-zero exit code when no subcommands are supplied (#296)
## Type of change - [x] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective Return a non-zero exit code when no subcommands are supplied. This matches the behavior in many other CLIs (`bw`, `git`, `ssh`, etc.). ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> - **`crates/bws/src/main.rs`:** Exit with a non-zero exit code ## Before you submit - Please add **unit tests** where it makes sense to do so (encouraged but not required)
- Loading branch information