Enhanced CLI Usage Examples in Phase 1 and Phase 2 with realistic output examples showing: Phase 1 (Core & CLI): - Init command with success messages - Add tasks with UUID confirmation and due date display - List command showing task status, counts, and due dates - Complete/edit/delete with confirmation messages - Config and sort commands with feedback Phase 2 (WebDAV Sync): - Interactive setup with prompts and keychain confirmation - Push/pull with file upload/download progress - Automatic two-way sync with change indicators - Status command showing connection, last sync, and pending changes All examples now show: - Command prompts ($) - Realistic UUIDs - Success indicators (✓) - Progress/status information - Colored output representation (checkmarks, arrows) - Helpful feedback messages Makes it much clearer what users can expect from the CLI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .idea | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| PLAN.md | ||