lib/rbnotes/commands/list.rb in rbnotes-0.3.1 vs lib/rbnotes/commands/list.rb in rbnotes-0.4.0
- old
+ new
@@ -22,9 +22,12 @@
# - this pattern would match exactly one Timestamp object
#
# "20201027": specifies year and date
# - all Timestamps those have the same year and date would match
#
+ # "202011": specifies year and month
+ # - all Timestamps those have the same year and month would match
+ #
# "2020": specifies year only
# - all Timestamps those have the same year would match
#
# "1027": specifies date only
# - all Timestamps those have the same date would match, even if