docs(shell): update example to include Encoding usage in Command::spawn (#3183)

* docs(shell): update example to include Encoding usage in `Command::spawn`

* docs(shell): update patch level to minor for Encoding usage in `Command::spawn` documentation

* Update .changes/doc-to-Encoding-usage-in-shell.md

Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>

* docs(shell): update examples to demonstrate manual Encoding usage in command output

* Update plugins/shell/src/process/mod.rs

Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>

* docs(shell): update example to use 'windows-1252' encoding in command output

* Update plugins/shell/src/process/mod.rs

Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>

* docs(shell): update example command in documentation to use 'some-program' with 'some-arg'

* Bump shell-js in change file

* Fix indent
This commit is contained in:
Tunglies
2025-12-29 10:58:55 +08:00
committed by GitHub
parent 04b33ea0b0
commit 31415effdf
2 changed files with 37 additions and 2 deletions
@@ -0,0 +1,6 @@
---
shell: patch
shell-js: patch
---
Docs on example to Encoding usage in `Command::spawn`. No user facing changes.