Usage notes 2023 05 29 - ironwoodcall/TagTracker GitHub Wiki

Usage notes from 2023-05-29. ZS & JM open assisted by TG. ZS & TG close.
Working with version from pull request https://github.com/ironwoodcall/TagTracker/pull/129

Only minor usage notes:

  • ignore extraneous confirmation for <tag> checkin/out and edit command.

    • when editing checkout as single line, people sometimes added extraneous "y" [confirmation] at end.
    • so, if there is an extra "y" at the end of edit or of <tag>, just silently gobble it up
  • I observed a look of puzzlement when a person created a checkin/out using edit rather than , when the confirmation (ANSWER) wasn't the same as the checkin/out message. So:

    • make messages identical
    • (this of course fits well with implementing the <tag> command by calling "edit")
      • question here is, whether to insist that <tag> command takes only one tag, or whether to pass the whole list (less a forgivable "y" in last place) to edit.
  • The real question is, why do we have the word "edit" at the beginning of the "edit" command?

⚠️ **GitHub.com Fallback** ⚠️