Replace "function" with "command" in several user-facing doc (#15129)

This commit is contained in:
Douglas
2025-02-17 14:10:38 -05:00
committed by GitHub
parent 273226d666
commit 5d1e2b1df1
9 changed files with 44 additions and 47 deletions

View File

@ -10,7 +10,7 @@ impl Command for Return {
}
fn description(&self) -> &str {
"Return early from a function."
"Return early from a custom command."
}
fn signature(&self) -> nu_protocol::Signature {