Add urlencode/urldecode

This commit is contained in:
Jonathan Turner
2019-09-19 16:25:29 +12:00
parent 4017f67855
commit 5ff94004c6
9 changed files with 199 additions and 0 deletions

View File

@ -239,6 +239,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
whole_stream_command(ToDB),
whole_stream_command(ToTOML),
whole_stream_command(ToTSV),
whole_stream_command(ToURL),
whole_stream_command(ToYAML),
whole_stream_command(SortBy),
whole_stream_command(Tags),
@ -253,6 +254,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
whole_stream_command(FromDB),
whole_stream_command(FromSQLite),
whole_stream_command(FromTOML),
whole_stream_command(FromURL),
whole_stream_command(FromXML),
whole_stream_command(FromYAML),
whole_stream_command(FromYML),