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.
|
/// 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 {
|
||||||
|
Reference in New Issue
Block a user