nushell/crates/nu-command/src/debug
Tilen Gimpelj 60041879f3
throw an error instead of a panic if no input is provided to inspect (#9259)
# Description

This is a small PR to fix Nu crashing when calling `inspect` with no
data piped in(#9255).


# User-Facing Changes

none.
2023-05-22 13:54:04 -05:00
..
ast.rs update ast to support output to json (#8962) 2023-04-26 08:15:42 -05:00
debug_.rs Require that values that look like numbers parse as numberlike (#8635) 2023-03-28 19:31:38 +13:00
explain.rs Update some help examples (#8759) 2023-04-05 18:36:00 -05:00
inspect_table.rs Bump tabled dependency to 0.11 (#8922) 2023-04-26 13:56:10 -05:00
inspect.rs throw an error instead of a panic if no input is provided to inspect (#9259) 2023-05-22 13:54:04 -05:00
metadata.rs Uniformize usage() and extra_usage() message ending for commands helper. (#8268) 2023-02-28 21:33:02 -08:00
mod.rs move ast command to the debug group (#8077) 2023-02-14 18:47:34 +00:00
profile.rs Update some help examples (#8759) 2023-04-05 18:36:00 -05:00
timeit.rs Make timeit work with command calls (#8594) 2023-03-24 22:34:03 +13:00
view_files.rs Uniformize usage() and extra_usage() message ending for commands helper. (#8268) 2023-02-28 21:33:02 -08:00
view_source.rs allow view-source to read rest arguments (#9247) 2023-05-20 08:56:21 -05:00
view_span.rs Uniformize usage() and extra_usage() message ending for commands helper. (#8268) 2023-02-28 21:33:02 -08:00
view.rs Uniformize usage() and extra_usage() message ending for commands helper. (#8268) 2023-02-28 21:33:02 -08:00