mirror of
https://github.com/nushell/nushell.git
synced 2025-02-19 20:11:09 +01:00
fix(test stdlib): scanning tests shouldn't be affected by user config (#15113)
# Description # User-Facing Changes # Tests + Formatting # After Submitting Co-authored-by: Bahex <17417311+Bahex@users.noreply.github.com>
This commit is contained in:
parent
a8a0c78a32
commit
e1c5ae3cd5
@ -33,7 +33,7 @@ const valid_annotations = {
|
||||
def get-annotated [
|
||||
file: path
|
||||
]: nothing -> table<function_name: string, annotation: string> {
|
||||
^$nu.current-exe -c $'
|
||||
^$nu.current-exe --no-config-file -c $'
|
||||
source `($file)`
|
||||
scope commands
|
||||
| select name attributes
|
||||
|
Loading…
Reference in New Issue
Block a user