Mydayyy / pbcli

pbcli is a command line client which allows to upload and download pastes from privatebin directly from the command line.
MIT License
10 stars 4 forks source link

Comment post support: api & cli #16

Closed nain-F49FF806 closed 2 months ago

nain-F49FF806 commented 2 months ago

Greetings,

This PR completes comments support by adding support for posting comments. In addition to the above, post paste has been updated to use defined paste type.

The typing should help give more confidence in future updates to the code. Also, we are able to focus sensitive/error-prone tasks like generating cipher parameters in one place.

Best regards.