The two commands have been merged together, using subcommands.
`remove_paste` is now accessible with `zerobin delete-paste`
`zerobin` is moved to `zerobin runserver` but is still accessible
with `zerobin` to keep compatibility with older versions. Unfortunately,
clize is not structured to allow default subcommand and the actual
implementation is nothing but a hack.
Fixed the spelling using the following command:
misspellings -s fix.sh $(find * -type f)
sh fix.sh
Nothing very important, just was using it for a quick test.