mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-20 10:42:11 +08:00
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.
This commit is contained in:
@ -1,3 +1,11 @@
|
|||||||
|
/*
|
||||||
|
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
|
package commands
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Reference in New Issue
Block a user