doing.rdoc in doing-2.1.40 vs doing.rdoc in doing-2.1.41
- old
+ new
@@ -3,11 +3,11 @@
Doing uses a TaskPaper-like formatting to keep a plain text
record of what you've been doing, complete with tag-based time tracking. The
command line tool allows you to add entries, annotate with tags and notes, and
view your entries with myriad options, with a focus on a "natural" language syntax.
-v2.1.40
+v2.1.41
=== Global Options
=== --config_file arg
Use a specific configuration file. Deprecated, set $DOING_CONFIG instead
@@ -437,11 +437,11 @@
Look up a specific version. Specify versions as "MAJ.MIN.PATCH", MIN
and PATCH are optional. Use > or < to see all changes since or prior
to a version. Wildcards (*?) accepted unless using < or >.
[Default Value] None
-[Must Match] (?-mix:^(?:(?:(?:[<>=]+|p(?:rior)|b(?:efore)|o(?:lder)|s(?:ince)|a(?:fter)|n(?:ewer))? *[0-9.*?]+ *)+|(?:[\d.]+ *(?:-|to)+ *[0-9.]+))$)
+[Must Match] (?-mix:^(?:(?:(?:[<>=]+|p(?:rior)|b(?:efore)|o(?:lder)|s(?:ince)|a(?:fter)|n(?:ewer))? *[0-9.*?]{1,10} *)+|(?:[\d.]+ *(?:-|to)+ *[0-9.]{1,10}))$)
===== -s|--search arg
Show changelogs matching search terms (uses pattern-based searching).
@@ -2626,11 +2626,21 @@
Adds default_tags to a .doingrc file in the current directory. Any entry created in this directory or its
subdirectories will be tagged with the default tags. You can modify these any time using the `config set` commnand or
manually editing the .doingrc file.
===== Options
-===== -r|--remove
+===== --clear
Remove all default_tags from the local .doingrc
+
+
+
+===== -e|--editor
+Use default editor to edit tag list
+
+
+
+===== -r|--remove
+Delete tag(s) from the current list
==== Command: <tt>tags [MAX_COUNT]</tt>
List all tags in the current Doing file