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.
shell: Shell,
/// A revised shell command. This value will be allocated
/// with the setup() function's allocator and becomes the
/// caller's responsibility to free it.
/// A revised, integration-aware shell command.
command: ?[]const u8 = null,
pub fn deinit(self: ShellIntegration, alloc: Allocator) void {