lin-cli 0.5.0

A fast CLI for Linear
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Summary
<!-- What does this PR do? -->

## Changelog
<!-- Add your entry to CHANGELOG.md under [Unreleased]. Then paste it here. -->

```
### Added/Fixed/Changed
- Description of change
```

## Test Plan
- [ ] `cargo test` passes
- [ ] `cargo clippy --all-targets --all-features -- -D warnings` passes
- [ ] Manually tested with `lin ...`