mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-17 06:31:10 +00:00
shell-integration: minor documentation updates
This commit is contained in:
@@ -30,7 +30,7 @@ pub const ShellIntegration = struct {
|
|||||||
command: []const u8,
|
command: []const u8,
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Setup the command execution environment for automatic
|
/// Set up the command execution environment for automatic
|
||||||
/// integrated shell integration and return a ShellIntegration
|
/// integrated shell integration and return a ShellIntegration
|
||||||
/// struct describing the integration. If integration fails
|
/// struct describing the integration. If integration fails
|
||||||
/// (shell type couldn't be detected, etc.), this will return null.
|
/// (shell type couldn't be detected, etc.), this will return null.
|
||||||
@@ -144,8 +144,7 @@ test "force shell" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Setup shell integration feature environment variables without
|
/// Set up the shell integration features environment variable.
|
||||||
/// performing full shell integration setup.
|
|
||||||
pub fn setupFeatures(
|
pub fn setupFeatures(
|
||||||
env: *EnvMap,
|
env: *EnvMap,
|
||||||
features: config.ShellIntegrationFeatures,
|
features: config.ShellIntegrationFeatures,
|
||||||
|
|||||||
Reference in New Issue
Block a user