mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 08:16:13 +03:00
shell-integration: revise ShellIntegration.command comment
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user