bbkane / warg

Declarative and Intuitive Command Line Apps with Go
https://pkg.go.dev/go.bbkane.com/warg
MIT License
16 stars 0 forks source link

get a better name than Context for command.Context #54

Closed bbkane closed 1 year ago

bbkane commented 1 year ago

The natural thing to do is to define action(ctx) and that conflicts with the widespread use of the built-in context package

bbkane commented 1 year ago

Context seems to be the accepted name in similar packages, and I still don't have a better name.