Categorification: graduate nuon --- from the experimental category to the formats category (#9932)

@jntrnr and I discussed the fact that we can now *graduate* nuon to be a
first class citizen...

This PR moves 

* from nuon
* to nuon

out of the *experimental* stage and into *formats*
This commit is contained in:
Michael Angerman 2023-08-06 10:09:44 -07:00 committed by GitHub
parent 077643cadf
commit bd3a61a2f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ impl Command for FromNuon {
fn signature(&self) -> nu_protocol::Signature {
Signature::build("from nuon")
.input_output_types(vec![(Type::String, Type::Any)])
.category(Category::Experimental)
.category(Category::Formats)
}
fn examples(&self) -> Vec<Example> {

View File

@ -39,7 +39,7 @@ impl Command for ToNuon {
"specify indentation tab quantity",
Some('t'),
)
.category(Category::Experimental)
.category(Category::Formats)
}
fn usage(&self) -> &str {