shell-integration: revise ShellIntegration.command comment

This commit is contained in:
Jon Parise
2024-05-05 14:03:31 -07:00
parent 73b3560e62
commit 861edc722f

View File

@ -16,9 +16,7 @@ pub const ShellIntegration = struct {
/// The successfully-integrated shell. /// The successfully-integrated shell.
shell: Shell, shell: Shell,
/// A revised shell command. This value will be allocated /// A revised, integration-aware shell command.
/// with the setup() function's allocator and becomes the
/// caller's responsibility to free it.
command: ?[]const u8 = null, command: ?[]const u8 = null,
pub fn deinit(self: ShellIntegration, alloc: Allocator) void { pub fn deinit(self: ShellIntegration, alloc: Allocator) void {