mirror of
https://github.com/nushell/nushell.git
synced 2025-08-11 05:44:22 +02:00
feat: make to nuon raw option remove all white space (#15609)
# Description Fixes #9942 This adds a new `--minified` flag to `to nuon` which removes all possible white space. I added an example test to demonstrate the functionality. # User-Facing Changes New flag becomes available to the user.
This commit is contained in:
@ -10,7 +10,7 @@ fn parses_ini() {
|
||||
let actual = nu_with_plugins!(
|
||||
cwd: TEST_CWD,
|
||||
plugin: ("nu_plugin_formats"),
|
||||
"open sample.ini | to nuon -r"
|
||||
"open sample.ini | to nuon"
|
||||
);
|
||||
|
||||
assert_eq!(
|
||||
|
Reference in New Issue
Block a user