mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-05 19:08:17 +00:00
shell-integration: minor documentation updates
This commit is contained in:
@@ -30,7 +30,7 @@ pub const ShellIntegration = struct {
|
||||
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
|
||||
/// struct describing the integration. If integration fails
|
||||
/// (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
|
||||
/// performing full shell integration setup.
|
||||
/// Set up the shell integration features environment variable.
|
||||
pub fn setupFeatures(
|
||||
env: *EnvMap,
|
||||
features: config.ShellIntegrationFeatures,
|
||||
|
Reference in New Issue
Block a user