forked from extern/nushell
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:
parent
077643cadf
commit
bd3a61a2f7
@ -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> {
|
||||
|
@ -39,7 +39,7 @@ impl Command for ToNuon {
|
||||
"specify indentation tab quantity",
|
||||
Some('t'),
|
||||
)
|
||||
.category(Category::Experimental)
|
||||
.category(Category::Formats)
|
||||
}
|
||||
|
||||
fn usage(&self) -> &str {
|
||||
|
Loading…
Reference in New Issue
Block a user