Apply suggestion from @gavrielc

This commit is contained in:
gavrielc
2026-07-13 16:00:19 +03:00
committed by GitHub
parent 379fd28c24
commit a3be5d062b
@@ -7,7 +7,7 @@ Pass `--name "<short label>"` on create to get a readable task id (e.g. `--name
Common commands:
```bash
ncl tasks create --name "ping" --prompt "Remind me to call Dana" --process-after "tomorrow 18:00"
ncl tasks create --name "ping" --prompt "Remind the user to call Dana" --process-after "tomorrow 18:00"
ncl tasks list
ncl tasks get ping-a25c # includes run count, failures, and recent run-log lines
ncl tasks run ping-a25c # fire once now without changing the schedule (testing)