summaryrefslogtreecommitdiff
path: root/crates/nu-command/src/debug/view_span.rs
AgeCommit message (Expand)Author
2024-08-22Change the usage misnomer to "description" (#13598)Stefan Holderbach
2024-03-26Add `command_prelude` module (#12291)Ian Manske
2023-12-15Enforce required, optional, and rest positional arguments start with an upper...Eric Hodel
2023-12-07Convert `Shellerror::GenericError` to named fields (#11230)Eric Hodel
2023-10-06Use long options for debug (#10621)Hofer-Julian
2023-07-31Replace `&Span` with `Span` since `Span` is `Copy` (#9770)Ian Manske
2023-02-28Uniformize usage() and extra_usage() message ending for commands helper. (#8268)Jérémy Audiger
2023-02-13relocate debug commands (#8071)Darren Schroeder