Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Command = &cobra.Command{
Use: "tags",
Short: "tags generates an index file for TTCN-3 language objects",
Long: `tags generates an index (or "tag") file for TTCN-3 language objects found in file(s).
This tag file allows these items to be quickly and easily located by a text
editor or other utility. A "tag" signifies a language object for which an index
entry is available (or, alternatively, the index entry created for that
object).`,
RunE: tags,
}
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.