Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
## Type of change <!-- (mark with an `X`) --> ``` - [ ] Bug fix - [ ] New feature development - [x] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ``` ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Add back Output to the help menu in `bws` which was removed in [this](37428e2) commit. ## 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--> - **main.rs:** Unhide Output option to the help menu ## Screenshots <img width="848" alt="Screenshot 2024-01-05 at 12 05 22" src="https://github.com/bitwarden/sdk/assets/5691612/5f8de3f2-8506-452d-b652-9ae5bf64963e"> ## Before you submit - Please add **unit tests** where it makes sense to do so (encouraged but not required)
- Loading branch information