Skip to content

BREAKING refactor: Changing action commands to flags - #18

Merged
calvinmcelvain merged 4 commits into
mainfrom
refactor/commands
Jul 31, 2026
Merged

BREAKING refactor: Changing action commands to flags#18
calvinmcelvain merged 4 commits into
mainfrom
refactor/commands

Conversation

@calvinmcelvain

@calvinmcelvain calvinmcelvain commented Jul 31, 2026

Copy link
Copy Markdown
Owner

Summary

Changing the task actions to be flags for more stability & documentation.


Issues

Closes #9


Changes Made

  • Changing action commands:
    • add --> -a/--add.
    • edit --> -e/--edit.
    • rm --> -r/--rm.
    • done --> -d/--done.
    • undone --> -u/--undone.
    • tags --> --tags.
    • prune --> --prune.

Notes

Important

BREAKING CHANGE

@calvinmcelvain
calvinmcelvain merged commit 70a8ea7 into main Jul 31, 2026
5 checks passed
@calvinmcelvain
calvinmcelvain deleted the refactor/commands branch July 31, 2026 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add ability to add, complete, or remove multiple tasks at once

1 participant