aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4756c27..990355a 100644
--- a/README.md
+++ b/README.md
@@ -21,8 +21,8 @@ prints the page contents for the given path or ID parameters. An ID is the
integer type for the page. Path may optionally start with a / to indicate that
an integer only path is not an ID.
-### tree PATH\_CONTAINS?
-prints out the tree of all pages where the path contains the given parameter.
+### tree PATH\_REGEX?
+prints out the tree of all pages where the path matches the regex given.
Printed information includes the page title, ID, path.
### today
@@ -51,3 +51,8 @@ example, if your wiki is at `wiki.example.com`, the url field should be set to
Run `main.py` in order to use the program.
+
+## TODO
+- Include options to always answer yes or no
+- Allow for moving pages
+