remove unneeded comments

This commit is contained in:
Ruoyou Zhang
2026-07-12 17:25:55 -05:00
parent 7fa43764b0
commit 71522c3114

View File

@@ -6,7 +6,6 @@ export module ghostty {
# Wrap `ssh` with `ghostty +ssh` and translate the shell-integration
# feature flags into command options.
# Add attribute so nushell completion can function correctly
@complete external
export def --wrapped ssh [...args] {
if not ((has_feature "ssh-env") or (has_feature "ssh-terminfo")) {
@@ -26,7 +25,6 @@ export module ghostty {
}
# Wrap `sudo` to preserve Ghostty's TERMINFO environment variable
# Add attribute so nushell completion can function correctly
@complete external
export def --wrapped sudo [...args] {
mut sudo_args = $args