nushell/crates/nu-engine/src
Antoine Stevan 859f7b3dc7
add $.extra_usage to modules (#11649)
- should fix https://github.com/nushell/nushell/issues/11648

# Description
this PR
- adds a test that should pass but fails
- adds `$.extra_usage` to the output of `scope modules`, fixing both the
new test and the linked issue

# User-Facing Changes
`$.extra_usage` is now a column in the output of `scope modules`

# Tests + Formatting
a new test case has been added to `correct_scope_modules_fields`

# After Submitting
2024-01-27 17:49:21 +02:00
..
call_ext.rs Fix incorrect handling of boolean flags for builtin commands (#11492) 2024-01-11 17:19:48 +02:00
column.rs Use Record's public API in a bunch of places (#10927) 2023-11-08 14:24:00 +01:00
documentation.rs Spread operator in record literals (#11144) 2023-11-29 18:31:31 +01:00
env.rs Convert Shellerror::GenericError to named fields (#11230) 2023-12-07 00:40:03 +01:00
eval.rs making empty list matches list<int> types (#11596) 2024-01-26 22:24:17 +08:00
glob_from.rs Unify glob behavior on open, rm, cp-old, mv, umv, cp and du commands (#11621) 2024-01-26 21:57:35 +08:00
lib.rs Allow operator in constants (#10212) 2023-09-05 16:35:58 +02:00
scope.rs add $.extra_usage to modules (#11649) 2024-01-27 17:49:21 +02:00