This website requires JavaScript.
Explore
Help
Sign In
extern
/
nushell
Watch
1
Star
0
Fork
1
You've already forked nushell
mirror of
https://github.com/nushell/nushell.git
synced
2025-03-22 03:27:30 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fbc1408913
nushell
/
crates
/
nu-cmd-base
/
src
/
lib.rs
3 lines
37 B
Rust
Raw
Normal View
History
Unescape
Escape
move common tools from `nu-command` to `nu-cmd-base` (#9455) related to - https://github.com/nushell/nushell/pull/9404 # Description to support our cratification effort and moving non-1.0 commands outside of the main focus, this PR - creates a new `nu-cmd-base` crate to hold the common structs, traits and functions used by all command-related crates - to start the transition, moves the `input_handler` module from `nu-command` to `nu-cmd-base` # User-Facing Changes ``` $nothing ``` # Tests + Formatting - :green_circle: `toolkit fmt` - :green_circle: `toolkit clippy` - :black_circle: `toolkit test` - :black_circle: `toolkit test stdlib` # After Submitting ``` $nothing ```
2023-06-22 23:45:54 +02:00
pub
mod
input_handler
;
cratification: move the bytes command to nu-cmd-extra (#9509) now that #9455 has landed we can move the bytes command to nu-cmd-extra in concert with moving nu_command::util to nu-cmd-base
2023-06-23 21:23:08 +02:00
pub
mod
util
;
Reference in New Issue
Copy Permalink