From b81b9391a292098d47c54f50681efce650d80882 Mon Sep 17 00:00:00 2001 From: Ant Cosentino Date: Tue, 11 Feb 2020 10:51:39 +0200 Subject: [PATCH] update todos --- README.md | 2 -- chnode.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 17a9a69..9f32444 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ ## Todos * Finish Windows support -* Ensure everything works on Linux -* Support binary directories other than `/usr/local/bin` * Provide binaries for as many architectures as possible ## Installing diff --git a/chnode.h b/chnode.h index 3d0e306..6b49e3c 100644 --- a/chnode.h +++ b/chnode.h @@ -638,6 +638,7 @@ static bool parse_arguments(int argc, char** argv) { #ifdef TRACE printf("TRACE: enter parse_arguments\n"); #endif + // TODO // accept a command via stdin if ( -- 2.45.2