Commit 00148893 authored by W. Trevor King's avatar W. Trevor King

commands/command: Add a package comment

I'm not quite sure which file in this package is the most prominent,
but command.go seemed like a reasonable choice.
parent 15e3579a
/*
Package commands provides an API for defining and parsing commands.
Supporting nested commands, options, arguments, etc. The commands
package also supports a collection of marshallers for presenting
output to the user, including text, JSON, and XML marshallers.
*/
package commands
import (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment