examples/

directory
v2.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2026 License: MIT

README

cmdguard Examples

A single, production-grade example demonstrating every cmdguard feature.

taskctl — Task Manager CLI

A complete CLI application that shows all cmdguard capabilities in a realistic context:

# From the project root:
go run examples/taskctl/main.go --help
go run examples/taskctl/main.go list
go run examples/taskctl/main.go add --title "Fix bug" --priority high
go run examples/taskctl/main.go done --id 1
go run examples/taskctl/main.go stats --format json

See examples/taskctl/README.md for the full feature matrix and usage guide.

Running Tests

go test ./examples/taskctl/... -count=1 -race

Directories

Path Synopsis
Package main demonstrates every major cmdguard feature in a production-grade task manager.
Package main demonstrates every major cmdguard feature in a production-grade task manager.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL