Add a todolist item (--change).
authorAdam Sampson <ats@offog.org>
Tue, 10 Sep 2013 10:07:04 +0000 (10:07 +0000)
committerAdam Sampson <ats@offog.org>
Tue, 10 Sep 2013 10:07:04 +0000 (10:07 +0000)
todolist

index 64c46be98c4d3b97f5152118025406281accd443..5c8ba579013d0b2c3d87cac8091229da61794cf2 100644 (file)
--- a/todolist
+++ b/todolist
@@ -1,3 +1,6 @@
+Add a --change option to change a feed's URL. Problem: getopt can't handle
+parsing this -- so it would mean changing to argparse.
+
 Rework the template mechanism so that it keeps strings as Unicode objects until
 output time. This'd reduce a lot of the current encoding complexity.