From 21552dc8d7953284b955e2fafc30b7dcb5edc1c4 Mon Sep 17 00:00:00 2001 From: hanez Date: Wed, 18 Mar 2026 21:38:51 +0100 Subject: [PATCH] Holy shit, added some fun.md to the docs. (0.39.2) --- CMakeLists.txt | 2 +- docs/README.md | 1 + docs/cli.md | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 18d46f7..8e2a6fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.10) -project(fun VERSION 0.39.1 LANGUAGES C) +project(fun VERSION 0.39.2 LANGUAGES C) set(CMAKE_C_STANDARD 99) set(CMAKE_C_STANDARD_REQUIRED ON) diff --git a/docs/README.md b/docs/README.md index e5814dd..a16bebb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -23,6 +23,7 @@ This file serves as an index of the documents in this directory. Links are relat - [build.md](./build.md) - How to build Fun with CMake, available targets, and build options (FUN_DEBUG, FUN_USE_MUSL, FUN_WITH_CPP, FUN_WITH_RUST, FUN_WITH_OPENSSL, FUN_WITH_LIBRESSL). - [cli.md](./cli.md) - Command-line usage of the `fun` executable: synopsis, options, exit codes, includes and library paths. +- [fun.md](./fun.md) - Full usage guide for the `fun` executable: invocation patterns, REPL, env vars, include paths, examples, and install locations. - [funstx.md](./funstx.md) - Syntax checker for .fun files with optional --fix auto-corrections; usage, exit codes, and limitations. - [contributing.md](./contributing.md) - How to contribute: project structure, coding style, running tests, and PR guidelines. - [style-guide.md](./style-guide.md) - Coding conventions for C and Fun (indentation, naming, idioms). diff --git a/docs/cli.md b/docs/cli.md index 46f8a32..c0b13be 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -2,6 +2,8 @@ Reference for the `fun` command-line interface. +For a complete usage guide (including REPL details, environment variables, include paths, examples, and install locations), see [fun.md](./fun.md). + ## Synopsis ``` fun [options] [-- args...]