leetcode-cli 0.4.1

Leetcode command-line interface in rust.
Documentation
## v0.4.1

- Search problems by name
- Re-enable chrome plugin

## v0.3.3

- allow more flexible categories by @frrad
- change params type to `Option<Param>` @frrad

## v0.3.2

- adds additional tracing by @shmuga
- removes test_mode parameter by @shmuga

## v0.3.1

- pipe handling by @aymanbagabas
- Improve README by @xiaoxiae

## v0.3.0

- Upgrade reqwest to async mode
- Format code using clippy

## v0.2.23

- support color display

## v0.2.22

- Fixed the cache can't update with new added problems

- Display user friendly errors when pick/edit new added problem.

- upgrade pyo3

- fix leetcode list with empty cache

## v0.2.21

- Make programmable support to be an advanced feature

## v0.2.20

- Support sup/sub style for numbers

## v0.2.19

- Better HTML!

## v0.2.18

- Display stdout for test and execute commands, fix minor spacing in results displayed

- Fix panic on `pick` command without cache

## v0.2.17

Fix panic on stat command with zero numbers

## v0.2.16

Update versions of diesel and reqwest

## v0.2.15

Allow for custom testcases with the `leetcode test` command, and some minor edits

## v0.2.14

Corrects file suffixes for c\*\* and c# files

## v0.2.13

fix percent length panic

## v0.2.12

fix gt || ge || lt || le

## v0.2.11

added code 14 and transfered `&#ge;`、`&#le` and `&#39;`.

## v0.2.10

add code 15

## v0.2.9

update ac status after submit successfully

## v0.2.8

show last testcases

## v0.2.7

fixed float bug in result

## v0.2.6

sync config while change current lang

## v0.2.5

update local cache when submission status changes

## v0.2.4

auto fetch question while exec `edit` directly.

## v0.2.3

Programmable leetcode-cli

## v0.2.2

1. optimize logs
2. add tag filter
3. sync configs

## v0.2.1

1. fix cookies error handling
2. dismiss all `unwrap`, `expect` and `panic`
3. add cookie configs

## v0.2.0

1. Add Linux Support

## v0.1.9

1. release submit command
2. deserialize json using outter funcs

## v0.1.8

1. pack mod exports
2. add edit command
3. add test command

## v0.1.7

render html in command-line, and `pick` command

## v0.1.6

complete `stat` command

## v0.1.5

complete `cache` command

## v0.1.3

complete `list` command

## v0.1.2

abstract data cache

## v0.1.1

add list command

## v0.1.0

chrome cookie