It would be nice to support different profiles for the CLI. For example:
$ rpaste --profile shuttle test.txt # uploads the file to https://rustypaste.shuttleapp.rs/
$ rpaste --profile localhost test.txt # uploads the file to the local server
We should probably tweak the config file to use [[profile]]. Not sure yet, ideas are welcome!
It would be nice to support different profiles for the CLI. For example:
We should probably tweak the config file to use
[[profile]]. Not sure yet, ideas are welcome!