From ee6696fc3fdd3ad9760ddeb2d8a0eaaddd2dc05c Mon Sep 17 00:00:00 2001 From: Venelin Date: Mon, 27 May 2024 19:13:03 +0300 Subject: [PATCH] doc update --- README | 6 +++++- todo.txt | 5 ++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README b/README index 5b02558..d86a839 100644 --- a/README +++ b/README @@ -16,6 +16,10 @@ How to execute a C/C++ source file ---------------------------------- cppipe PATH_TO_SRC [ARGUMENTS_FOR_YOUR_PROGRAM]... -Webpage +Example ------- +You can see an example of the command call syntax in test/functions_test.cppipe + +Webpage with more info +---------------------- https://vene.volconst.com/en/cppipe diff --git a/todo.txt b/todo.txt index 1e3dc34..91ea4b6 100644 --- a/todo.txt +++ b/todo.txt @@ -1,17 +1,16 @@ -github man tips +openBSD support ? precompiled header cppipe.h -Wno-unused-result in install.sh file operations, lack of uniformity (C++ vs POSIX) -split Check all return codes and report errors close files on destruction -make portable shaded obj uninstall throw when a command couldnt be ran improve debug (the src file shown is the .ii) no optimizations option +split