We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've recently used sigh gem from fastlane. It uses a very nice way of visualizing input parameters, specified by user:
sigh
fastlane
I'd like to implement it for such commands, as generamba gen and generamba template create.
generamba gen
generamba template create
The text was updated successfully, but these errors were encountered:
Added table with summary info in generamba setup #69
8b435db
Moved the logic of prepare summary parameters of gen command for disp…
fe1675f
…laying to GenCommandTableParametersFormatter class. #69
Beniamiiin
No branches or pull requests
I've recently used
sigh
gem fromfastlane
. It uses a very nice way of visualizing input parameters, specified by user:I'd like to implement it for such commands, as
generamba gen
andgeneramba template create
.The text was updated successfully, but these errors were encountered: