package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Feb 11, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var Topic = cli.Command{
Name: "topic",
ShortName: "",
Aliases: nil,
Usage: "topic",
UsageText: "",
Description: "some command about topic",
BashComplete: nil,
Action: nil,
Subcommands: []cli.Command{
sub,
pub,
list,
},
Flags: nil,
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.