You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a --json flag to tasky list for JSON output. Example: tasky list --json. Test with PowerShell: tasky list --json | ConvertFrom-Json. Update src/main.rs using clap.
Add a
--jsonflag totasky listfor JSON output. Example:tasky list --json. Test with PowerShell:tasky list --json | ConvertFrom-Json. Updatesrc/main.rsusingclap.