Also supports shortened commands for minimal typing on the mediocre keyboard.
PL1 is set to number provided, PL2 is set 2W higher, maybe PL2 will be customizable in the future.
For details of how to use, run `tdp help`.
Common examples:
```
# Check current TDP
tdp check
# Set TDP to 8W
tdp set 8
# Set TDP to 8W (But shorter)
tdp s 8
# Check both PL1 and PL2
tdp check --detail
# Check both PL1 and PL2 (But shorter)
tdp c -d
```
*Protip:* Add `tdp check` to the end of your `.bashrc` file. Then your terminal will display the TDP every time it's opened, without needing to run any command.