nushell/crates/nu-cli/src/commands
Ian Manske abd230e12e
Use IntoValue in config code (#13751)
# Description

Cleans up and refactors the config code using the `IntoValue` macro.
Shoutout to @cptpiepmatz for making the macro!

# User-Facing Changes

Should be none.

# After Submitting

Somehow refactor the reverse transformation.
2024-09-05 09:44:23 +02:00
..
commandline Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
history Use IntoValue in config code (#13751) 2024-09-05 09:44:23 +02:00
default_context.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
keybindings_default.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
keybindings_list.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
keybindings_listen.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
keybindings.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
mod.rs separate commandline into subcommands (#11877) 2024-02-18 16:15:59 -06:00