mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-14 14:23:25 +01:00
[PR #36] [MERGED] Replace showPrompt(ifNecessary: Bool) by showPromptIfNecessary() …
#98
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UrbanApps/Armchair/pull/36
Author: @phimage
Created: 12/15/2015
Status: ✅ Merged
Merged: 12/15/2015
Merged by: @coneybeare
Base:
master← Head:fix-readme📝 Commits (1)
7b54774ReplaceshowPrompt(ifNecessary: Bool)byshowPromptIfNecessary()in README.md📊 Changes
1 file changed (+27 additions, -27 deletions)
View changed files
📝
README.md(+27 -27)📄 Description
…in README.md
In global function we have
Armchair.showPromptIfNecessary()in the code, notArmchair.showPrompt(ifNecessary: Bool)as described in current readmebut in manager we have
manager.showPrompt(ifNecessary: Bool), but I think readme.md talk about global functionArmchair.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.