Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var App = cli.Command{ Name: "coi", Aliases: nil, Usage: "", UsageText: "", Description: "Command output injector.", ArgsUsage: "", Category: "", BashComplete: nil, Before: before, After: nil, Action: action, OnUsageError: nil, Flags: []cli.Flag{ &cli.StringFlag{ Name: "document", Usage: "markdown file path to be updated", Required: true, }, &cli.StringFlag{ Name: "header", Usage: "header to use for document lookups and generation", Required: true, }, &cli.StringFlag{ Name: "limiter-left", Usage: "string to use as a lookup limiter", Value: "##", }, &cli.StringFlag{ Name: "limiter-right", Usage: "string to use as a lookup limiter - empty will use end of file as a limit", Value: "##", }, &cli.StringFlag{ Name: "shell-name", Usage: "shell name to use in the output", Value: "bash", }, &cli.StringFlag{ Name: "shell-prompt", Usage: "shell prompt prefix to use in the output", Value: "$", }, &cli.StringFlag{ Name: "command", Usage: "command to execute", Value: "", }, }, Subcommands: []*cli.Command{}, }
App main application.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.