nushell/crates/nu-command/src/platform
Loïc Riegel 8f634f4140
refactor: rename subcommand structs (#15309)
Came from [this
discussion](https://discord.com/channels/601130461678272522/1348791953784836147/1349699872059691038)
on discord with @fdncred

# Description
Small refactoring where I rename commands from "SubCommand" to its
proper name. Motivations: better clarity (although subjective), better
searchable, consistency.

The only commands I didn't touch were "split list" and "ansi gradient"
because of name clashes.

# User-Facing Changes
None

# Tests + Formatting
cargo fmt and clippy OK

# After Submitting
nothing required
2025-03-14 02:00:35 +01:00
..
ansi refactor: rename subcommand structs (#15309) 2025-03-14 02:00:35 +01:00
input Refactor I/O Errors (#14927) 2025-01-28 16:03:31 -06:00
term Refactor I/O Errors (#14927) 2025-01-28 16:03:31 -06:00
clear.rs Refactor I/O Errors (#14927) 2025-01-28 16:03:31 -06:00
dir_info.rs fix: new clippy warnings from rust 1.85.0 (#15203) 2025-02-27 14:11:47 +01:00
is_terminal.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
kill.rs Jobs (#14883) 2025-02-25 12:09:52 -05:00
mod.rs Add term query, for querying information from terminals. (#14427) 2024-11-25 15:13:11 -06:00
sleep.rs Improve sleep example using multiple durations (#14520) 2024-12-05 07:54:14 -06:00
ulimit.rs fix: clippy warnings with --all-features (#15035) 2025-02-07 12:30:25 +01:00
whoami.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00