shell-integration: minor documentation updates

This commit is contained in:
Jon Parise
2025-03-22 15:57:04 -04:00
parent 0caba3e19f
commit cd6b850758

View File

@@ -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,