refactor: Linting fixes

This commit is contained in:
2026-06-28 07:53:41 +05:30
parent 2ddd28d4d4
commit 03e9c20e54
21 changed files with 44 additions and 18 deletions

View File

@@ -98,7 +98,7 @@ main() {
log_success "Removed task #$task_num."
;;
clear)
> "$TODO_FILE"
true > "$TODO_FILE"
log_success "Cleared all tasks from your todo list."
;;
--help|-h)