hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 751e8c0736baee81872a5a29b5f1f832d02e081a
parent 5bb558bc443bf3d479ddc5bc0a06b33104978625
Author: Drew DeVault <sir@cmpwn.com>
Date:   Thu, 25 Aug 2022 12:05:07 +0200

os::exec: drop docs from exec::command

This type is private.

Signed-off-by: Drew DeVault <sir@cmpwn.com>

Diffstat:
Mos/exec/types.ha | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/os/exec/types.ha b/os/exec/types.ha @@ -10,7 +10,6 @@ export type nullfd = void; // Used to close a file descriptor which does not have the CLOEXEC flag set. export type closefd = void; -// An executable command. export type command = struct { platform: platform_cmd, argv: []str,