Skip to content

Commit

Permalink
add features to kit build
Browse files Browse the repository at this point in the history
  • Loading branch information
jurij-jukic committed May 13, 2024
1 parent aba44db commit 4b5e833
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/kit/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <FEATURES> Pass these comma-delimited feature flags to Rust cargo builds
-h, --help Print help
-h, --help Print help
```

### Optional positional arg: `DIR`
Expand Down

0 comments on commit 4b5e833

Please sign in to comment.