greptile 3.0.5 → 3.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/dist/greptile.js +236 -212
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -87,6 +87,7 @@ Environment variables:
87
87
  | -------------------------- | -------------------------------------------------------------------------- |
88
88
  | `GREPTILE_INLINE_IMAGES` | Force inline kitty diagrams on (`1`, `true`, `kitty`) or off (`0`, `off`). |
89
89
  | `GREPTILE_NO_AUTO_INSTALL` | Skip the one-time mmdr download. |
90
+ | `GREPTILE_NO_UPDATE_CHECK` | Skip the daily check for a newer CLI release. |
90
91
  | `NO_COLOR` | Turn off ANSI color. |
91
92
  | `FORCE_COLOR` | Turn on ANSI color even when stdout is not a TTY. |
92
93
  | `COLUMNS` | Override the output width. |