mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 08:26:22 +02:00
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:
@ -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> {
|
||||
|
Reference in New Issue
Block a user