docs: remove pwsh manual aliasing

This commit is contained in:
iff 2024-12-09 16:21:49 +01:00
parent 5f03be333e
commit 0f7897b9f1
2 changed files with 4 additions and 4 deletions

View file

@ -75,8 +75,8 @@ pay-respects fish --alias | source
"#,
manual = "Nushell / PowerShell".bold(),
manual_examples = r#"
pay-respects nushell [--alias <alias>]
pay-respects pwsh [--alias <alias>]
pay-respects nushell
pay-respects pwsh --alias
"#
)
);