nushell/crates/nu-command/src/debug
Maxim Zhiburt 8a85299575
Fix of a fix of #8671 (#8675)
Hi @fdncred,

I accidentally noticed that your fix tricks wrapping a bit.


![image](https://user-images.githubusercontent.com/20165848/228908201-0d5c7878-739f-43a3-b931-a8dc9df85cd7.png)


It must address it.

PS: I believe the issue was originally caused by a false positive of
clippy. (maybe we shall report it I am not sure)

---------

Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com>
2023-03-31 07:53:57 -05:00
..
ast.rs move ast command to the debug group (#8077) 2023-02-14 18:47:34 +00:00
debug_.rs Require that values that look like numbers parse as numberlike (#8635) 2023-03-28 19:31:38 +13:00
explain.rs Add pattern matching (#8590) 2023-03-24 14:52:01 +13:00
inspect_table.rs Fix of a fix of #8671 (#8675) 2023-03-31 07:53:57 -05:00
inspect.rs Uniformize usage() and extra_usage() message ending for commands helper. (#8268) 2023-02-28 21:33:02 -08: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 relocate debug commands (#8071) 2023-02-13 16:39:07 +00: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 Uniformize usage() and extra_usage() message ending for commands helper. (#8268) 2023-02-28 21:33:02 -08: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