nushell/crates/nu-cli/src
Jack Wright 1f1f581357
Converted perf function to be a macro. Utilized the perf macro within the polars plugin. (#13224)
In this pull request, I converted the `perf` function within `nu_utils`
to a macro. This change facilitates easier usage within plugins by
allowing the use of `env_logger` and setting `RUST_LOG=nu_plugin_polars`
(or another plugin). Without this conversion, the `RUST_LOG` variable
would need to be set to `RUST_LOG=nu_utils::utils`, which is less
intuitive and impossible to narrow the perf results to one plugin.
2024-06-27 18:56:56 -05:00
..
commands Make get_full_help take &dyn Command (#12903) 2024-05-19 19:56:33 +02:00
completions Fix the colors when completing using a relative path (#12898) 2024-06-07 08:07:23 -05:00
menus Make get_full_help take &dyn Command (#12903) 2024-05-19 19:56:33 +02:00
config_files.rs Converted perf function to be a macro. Utilized the perf macro within the polars plugin. (#13224) 2024-06-27 18:56:56 -05:00
eval_cmds.rs Change the error style during tests to plain (#13061) 2024-06-18 21:37:24 -07:00
eval_file.rs Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
lib.rs Change the error style during tests to plain (#13061) 2024-06-18 21:37:24 -07:00
nu_highlight.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
print.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
prompt.rs cleanup osc calls for shell_integration (#12810) 2024-05-08 13:34:04 -05:00
prompt_update.rs Refactor the CLI code a bit (#12782) 2024-05-10 07:29:27 +08:00
reedline_config.rs Fix delta not being merged when evaluating menus (#13120) 2024-06-10 22:33:22 +03:00
repl.rs Converted perf function to be a macro. Utilized the perf macro within the polars plugin. (#13224) 2024-06-27 18:56:56 -05:00
syntax_highlight.rs Move most of the peculiar argument handling for external calls into the parser (#13089) 2024-06-19 21:00:03 -07:00
util.rs Converted perf function to be a macro. Utilized the perf macro within the polars plugin. (#13224) 2024-06-27 18:56:56 -05:00
validation.rs Remove old alias implementation (#8797) 2023-04-07 21:09:38 +03:00