git_user_manager 0.4.0

cli tool to quickly switch between git users
## Release Notes

## [0.4.0]

### Improved

- Improved the way subcommands work.

## [0.3.0]

### Added

- Added a selection prompt when deleting users.
- Added a confirmation prompt when deleting users.

### Fixed

- Unhandled panic.

## [0.2.0]

### Added

- Added a command to list users.
- Added a command to delete users.

## [0.1.1]

### Improved

- Indicate missing arguments.