We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfc567 commit 0444adfCopy full SHA for 0444adf
cmd/app/unlink.go
@@ -36,7 +36,12 @@ func NewUnlinkCommand(clients *shared.ClientFactory) *cobra.Command {
36
cmd := &cobra.Command{
37
Use: "unlink",
38
Short: "Remove a linked app from the project",
39
- Long: "Unlink a previously linked app from the project",
+ Long: strings.Join([]string{
40
+ "Unlink a previously linked app from the project.",
41
+ "",
42
+ "This command removes a saved app ID from the files of a project without deleting",
43
+ "the app from Slack.",
44
+ }, "\n"),
45
Example: style.ExampleCommandsf([]style.ExampleCommand{
46
{
47
Meaning: "Remove an existing app from the project",
0 commit comments