From 4b5e83361ad2c0262be6baff8005cdb855d5e4d8 Mon Sep 17 00:00:00 2001 From: jurij-jukic Date: Mon, 13 May 2024 11:18:49 +0200 Subject: [PATCH] add features to kit build --- src/kit/build.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/kit/build.md b/src/kit/build.md index ed0b7d19..55d306c3 100644 --- a/src/kit/build.md +++ b/src/kit/build.md @@ -68,11 +68,11 @@ Arguments: [DIR] The package directory to build [default: /home/nick/git/kit] Options: - --no-ui If set, do NOT build the web UI for the process; no-op if passed with UI_ONLY - --ui-only If set, build ONLY the web UI for the process - -s, --skip-deps-check If set, do not check for dependencies + --no-ui If set, do NOT build the web UI for the process; no-op if passed with UI_ONLY + --ui-only If set, build ONLY the web UI for the process + -s, --skip-deps-check If set, do not check for dependencies --features Pass these comma-delimited feature flags to Rust cargo builds - -h, --help Print help + -h, --help Print help ``` ### Optional positional arg: `DIR`