nushell/crates/nu-protocol/src/config
pwygab 04531357b4
Exposed the recursion limit value as a config option (#12308)
<!--
if this PR closes one or more issues, you can automatically link the PR
with
them by using one of the [*linking
keywords*](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword),
e.g.
- this PR should close #xxxx
- fixes #xxxx

you can also mention related issues, PRs or discussions!
-->

# Description
<!--
Thank you for improving Nushell. Please, check our [contributing
guide](../CONTRIBUTING.md) and talk to the core team before making major
changes.

Description of your pull request goes here. **Provide examples and/or
screenshots** if your changes affect the user experience.
-->

Closes #12253.

Exposes the option as "recursion_limit" under config.

# User-Facing Changes
<!-- List of all changes that impact the user experience here. This
helps us keep track of breaking changes. -->

The config file now has a new option!

# After Submitting
<!-- If your PR had any user-facing changes, update [the
documentation](https://github.com/nushell/nushell.github.io) after the
PR is merged, if necessary. This will help us keep the docs up to date.
-->

Nothing else...? Do let me know if there's something I've missed!
2024-03-28 15:40:45 -05:00
..
completer.rs Refactor and fix Config<->Value mechanism (#10896) 2023-11-08 20:31:30 +01:00
helper.rs Add Value::coerce_str (#11885) 2024-02-18 17:47:10 +01:00
hooks.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
mod.rs Exposed the recursion limit value as a config option (#12308) 2024-03-28 15:40:45 -05:00
output.rs Refactor and fix Config<->Value mechanism (#10896) 2023-11-08 20:31:30 +01:00
plugin_gc.rs Keep plugins persistently running in the background (#12064) 2024-03-09 17:10:22 -06:00
reedline.rs Refactor and fix Config<->Value mechanism (#10896) 2023-11-08 20:31:30 +01:00
table.rs Add Value::coerce_str (#11885) 2024-02-18 17:47:10 +01:00