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 5762c8e commit cc05f66Copy full SHA for cc05f66
grails-shell/src/main/groovy/org/grails/cli/profile/AbstractProfile.groovy
@@ -209,6 +209,10 @@ abstract class AbstractProfile implements Profile {
209
return description
210
}
211
212
+ String getInstructions() {
213
+ return instructions
214
+ }
215
+
216
@Override
217
Iterable<Feature> getDefaultFeatures() {
218
getFeatures().findAll() { Feature f -> defaultFeaturesNames.contains(f.name) }
0 commit comments