Skip to content

Commit

Permalink
Add --recipe-option to Moderne CLI snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Nov 29, 2024
1 parent f3e55fd commit 3d4bdc0
Show file tree
Hide file tree
Showing 300 changed files with 345 additions and 338 deletions.
2 changes: 1 addition & 1 deletion docs/recipes/ai/research/findcodethatresembles.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe FindCodeThatResemblesExample
mod run . --recipe FindCodeThatResembles --recipe-option "resembles=HTTP request with Content-Type application/json" --recipe-option "k=5"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/ai/research/getcodeembedding.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe GetCodeEmbeddingExample
mod run . --recipe GetCodeEmbedding --recipe-option "codeSnippetType=methods"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/ai/research/getrecommendations.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe GetRecommendationsExample
mod run . --recipe GetRecommendations --recipe-option "randomSampling=null" --recipe-option "numberOfCenters=3"
```

If the recipe is not available locally, then you can install it using:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe ControlFlowVisualizationExample
mod run . --recipe ControlFlowVisualization --recipe-option "includeDotfile=false"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/analysis/search/findflowbetweenmethods.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe FindFlowBetweenMethodsExample
mod run . --recipe FindFlowBetweenMethods --recipe-option "startMethodPattern=java.util.List add(..)" --recipe-option "endMethodPattern=java.util.List add(..)" --recipe-option "target=null" --recipe-option "flow=null"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/analysis/search/findmethods.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe FindMethodsExample
mod run . --recipe FindMethods --recipe-option "methodPattern=java.util.List add(..)"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/android/changeandroidsdkversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe ChangeAndroidSdkVersionExample
mod run . --recipe ChangeAndroidSdkVersion --recipe-option "version=35"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/android/upgradeandroidgradlepluginversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe UpgradeAndroidGradlePluginVersionExample
mod run . --recipe UpgradeAndroidGradlePluginVersion --recipe-option "agpVersion=8.6.x" --recipe-option "gradleWrapperVersion=(8.7, 9]"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/apache/httpclient5/addtimeunitargument.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe AddTimeUnitArgumentExample
mod run . --recipe AddTimeUnitArgument --recipe-option "methodPattern=org.apache.http.client.config.RequestConfig.Builder setConnectionRequestTimeout(int)" --recipe-option "timeUnit=MILLISECONDS"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/circleci/installorb.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe InstallOrbExample
mod run . --recipe InstallOrb --recipe-option "orbKey=kube" --recipe-option "slug=circleci/kubernetes@0.11.0"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/circleci/updateimage.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe UpdateImageExample
mod run . --recipe UpdateImage --recipe-option "image=circleci/openjdk:jdk"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/codemods/applycodemod.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe ApplyCodemodExample
mod run . --recipe ApplyCodemod --recipe-option "transform='-t path/to/transform/optimus-prime'" --recipe-option "executable='@next/codemod/bin/next-codemod.js'" --recipe-option "fileFilter='**/*.(j|t)sx'" --recipe-option "codemodArgs=--force --jscodeshift='--parser=${parser}'"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/codemods/migrate/angular/applyangularcli.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe ApplyAngularCLIExample
mod run . --recipe ApplyAngularCLI --recipe-option "version=17"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/concourse/changeresourceversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe ChangeResourceVersionExample
mod run . --recipe ChangeResourceVersion --recipe-option "resourceType=git" --recipe-option "version=2.0"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/concourse/changevalue.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe ChangeValueExample
mod run . --recipe ChangeValue --recipe-option "keyPath=$.resources[?(@.type == 'git')].source.uri" --recipe-option "oldValue=https://github.com/openrewrite/rewrite0" --recipe-option "newValue=git@github.com:openrewrite/rewrite1.git" --recipe-option "fileMatcher='**/pipeline*.yml'"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/concourse/findresource.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe FindResourceExample
mod run . --recipe FindResource --recipe-option "type=git"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/concourse/updategitresourceuri.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe UpdateGitResourceUriExample
mod run . --recipe UpdateGitResourceUri --recipe-option "oldURIPattern=https://github.com/openrewrite/rewrite" --recipe-option "newURI=git@gitlab.com:openrewrite/rewrite.git" --recipe-option "fileMatcher='**/pipeline*.yml'"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/core/deletesourcefiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ repositories {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe DeleteSourceFilesExample
mod run . --recipe DeleteSourceFiles --recipe-option "filePattern=.github/workflows/*.yml"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/core/excludefilefromgitignore.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ repositories {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe ExcludeFileFromGitignoreExample
mod run . --recipe ExcludeFileFromGitignore --recipe-option "paths=/folder/file.txt"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/core/isinrepository.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ repositories {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe IsInRepositoryExample
mod run . --recipe IsInRepository --recipe-option "allowedRepositories=rewrite"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/core/renamefile.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ repositories {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe RenameFileExample
mod run . --recipe RenameFile --recipe-option "fileMatcher='**/application-*.yml'" --recipe-option "fileName=application.yml"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/core/setfilepermissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ repositories {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe SetFilePermissionsExample
mod run . --recipe SetFilePermissions --recipe-option "fileMatcher='**/gradlew.bat'" --recipe-option "isReadable=null" --recipe-option "isWritable=null" --recipe-option "isExecutable=null"
```

If the recipe is not available locally, then you can install it using:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Now that `com.yourorg.UpgradeDependencyVersionExample` has been defined, activat
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe UpgradeDependencyVersionExample
mod run . --recipe UpgradeDependencyVersion --recipe-option "packagePattern=Microsoft*" --recipe-option "newVersion=12.3"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/dotnet/upgradeassistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe UpgradeAssistantExample
mod run . --recipe UpgradeAssistant --recipe-option "targetFramework=net9.0"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/dotnet/upgradeassistantanalyze.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe UpgradeAssistantAnalyzeExample
mod run . --recipe UpgradeAssistantAnalyze --recipe-option "targetFramework=net9.0" --recipe-option "privacyMode=Restricted"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/featureflags/ff4j/removecheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe RemoveCheckExample
mod run . --recipe RemoveCheck --recipe-option "featureKey=flag-key-123abc" --recipe-option "replacementValue=true"
```

If the recipe is not available locally, then you can install it using:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe ChangeVariationDefaultExample
mod run . --recipe ChangeVariationDefault --recipe-option "featureKey=flag-key-123abc" --recipe-option "defaultValue=true"
```

If the recipe is not available locally, then you can install it using:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe RemoveBoolVariationExample
mod run . --recipe RemoveBoolVariation --recipe-option "featureKey=flag-key-123abc" --recipe-option "replacementValue=true"
```

If the recipe is not available locally, then you can install it using:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe RemoveStringVariationExample
mod run . --recipe RemoveStringVariation --recipe-option "featureKey=flag-key-123abc" --recipe-option "replacementValue=topic-456"
```

If the recipe is not available locally, then you can install it using:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe RemoveGetBooleanValueExample
mod run . --recipe RemoveGetBooleanValue --recipe-option "featureKey=flag-key-123abc" --recipe-option "replacementValue=true"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/featureflags/removebooleanflag.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe RemoveBooleanFlagExample
mod run . --recipe RemoveBooleanFlag --recipe-option "methodPattern=dev.openfeature.sdk.Client getBooleanValue(String, Boolean)" --recipe-option "featureKey=flag-key-123abc" --recipe-option "replacementValue=true"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/featureflags/removestringflag.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe RemoveStringFlagExample
mod run . --recipe RemoveStringFlag --recipe-option "methodPattern=dev.openfeature.sdk.Client getBooleanValue(String, Boolean)" --recipe-option "featureKey=flag-key-123abc" --recipe-option "replacementValue=topic-456"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/featureflags/search/findfeatureflag.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe FindFeatureFlagExample
mod run . --recipe FindFeatureFlag --recipe-option "methodPattern=dev.openfeature.sdk.Client getBooleanValue(String, Boolean)" --recipe-option "featureKey=flag-key-123abc"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/featureflags/unleash/removeisenabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe RemoveIsEnabledExample
mod run . --recipe RemoveIsEnabled --recipe-option "featureKey=flag-key-123abc" --recipe-option "replacementValue=true"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/github/addcrontrigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe AddCronTriggerExample
mod run . --recipe AddCronTrigger --recipe-option "cron='@daily'" --recipe-option "workflowFileMatcher=build.yml"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/github/changeaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe ChangeActionExample
mod run . --recipe ChangeAction --recipe-option "oldAction=gradle/wrapper-validation-action" --recipe-option "newAction=gradle/actions/wrapper-validation" --recipe-option "newVersion=v3"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/github/changeactionversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe ChangeActionVersionExample
mod run . --recipe ChangeActionVersion --recipe-option "action=actions/setup-java" --recipe-option "version=v4"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/github/changedependabotscheduleinterval.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe ChangeDependabotScheduleIntervalExample
mod run . --recipe ChangeDependabotScheduleInterval --recipe-option "packageEcosystem=maven" --recipe-option "interval=weekly"
```

If the recipe is not available locally, then you can install it using:
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/github/replacerunners.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
You will need to have configured the [Moderne CLI](https://docs.moderne.io/user-documentation/moderne-cli/getting-started/cli-intro) on your machine before you can run the following command.

```shell title="shell"
mod run . --recipe ReplaceRunnersExample
mod run . --recipe ReplaceRunners --recipe-option "jobName=build" --recipe-option "runners=ubuntu-latest"
```

If the recipe is not available locally, then you can install it using:
Expand Down
Loading

0 comments on commit 3d4bdc0

Please sign in to comment.