uplift-cli 0.1.0

A cli tool to control a bluetooth enabled uplift desk
# Uplift CLI

### Sit
```bash
uplift sit
```
```bash
uplift sit save
```

### Stand
```bash
uplift stand
```
```bash
uplift stand save
```

### Query
Get the current height
```bash
uplift query
```

### Listen
Continuously get the height
```bash
uplift listen
```

## References
* https://github.com/justintout/uplift-reconnect
* https://github.com/justintout/uplift-reconnect-web
* https://github.com/deadman96385/uplift_desk_controller_app/blob/master/app/src/main/java/com/deadman/uplift/BluetoothHandler.java#L69