commit
ea684e39f7
@ -246,6 +246,8 @@ func mdEscape(s string) string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var docCmd = &cobra.Command{
|
var docCmd = &cobra.Command{
|
||||||
|
// FIXME: this command is currently broken as of 0.2.
|
||||||
|
Hidden: true,
|
||||||
Use: "doc [PACKAGE | PATH]",
|
Use: "doc [PACKAGE | PATH]",
|
||||||
Short: "document a package",
|
Short: "document a package",
|
||||||
Args: cobra.MaximumNArgs(1),
|
Args: cobra.MaximumNArgs(1),
|
||||||
|
Reference in New Issue
Block a user