analyzer/src/main/java/com/android/tools/sizereduction/analyzer/cli/CheckBundle.java [71:82]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @Option(
      names = {"-d", "--display-all"},
      description =
          "Displays each individual suggestion within a category."
              + " By default only the category summary is displayed.")
  private boolean displayAll = false;

  @Option(
      names = {"-c", "--category"},
      description =
          "Display only suggestions relating to the provided category."
              + " Valid categories are webp, proguard, and large-files.")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



analyzer/src/main/java/com/android/tools/sizereduction/analyzer/cli/CheckProject.java [45:56]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @Option(
      names = {"-d", "--display-all"},
      description =
          "Displays each individual suggestion within a category."
              + " By default only the category summary is displayed.")
  private boolean displayAll = false;

  @Option(
      names = {"-c", "--category"},
      description =
          "Display only suggestions relating to the provided category."
              + " Valid categories are webp, proguard, and large-files.")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



