Back to Feed
Link github

❌ PR: Conflict Free Walkthrough Feature

Repository: typealiased/mockingbird
A Swifty mocking framework for Swift and Objective-C.


I added a walkthrough feature as an install option which can be triggered by adding --walkthrough or -w. It constructs the default install command by asking for the project, targets and destination in a series of questions. Ideally, this series of questions will make it easier for the user to understand what is expected in the install command.

Visit github.com