Documentation ¶
Overview ¶
Open the given story in the issue tracker.
story open STORY_ID
Description ¶
This command can be used to open the story specified by STORY_ID in the issue tracker. This usually means that the web browser is opened on the home page of the given story.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &gocli.Command{
UsageLine: "open STORY",
Short: "open the given story in the web browser",
Long: `
Open the issue tracker in the web browser at the home page of the given story.
`,
Action: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.