Skip to content
New issue

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

refactor: push api logic into the app #158

Merged
merged 12 commits into from
Apr 25, 2024
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -722,24 +722,6 @@ require("grapple").use_scope("git_branch")

</details>

#### `Grapple.clear_cache`

Clear any cached value for a given scope.

**API**: `require("grapple").clear_cache(scope)`

**`scope?`**: `string` scope name (default: `settings.scope`)

<details>
<summary><b>Examples</b></summary>

```lua
-- Clear the cached value for the initial working directory scope
require("grapple").clear_cache("static")
```

</details>

</details>

## Tags
Expand Down
Loading