implement control flow for attaining custom user permissions

This commit is contained in:
2025-09-26 04:33:19 -07:00
parent 96fba06709
commit 2b0702fe36
9 changed files with 1062 additions and 63 deletions

View File

@@ -56,9 +56,15 @@ details.
# Installation
The recommended way to install `symconf` is via `pipx`, which is particularly well-suited
for managing Python packages meant to be used as CLI programs. With `pipx` on your system,
for managing Python packages meant to be used as CLI programs. With `uv` on your system,
you can install with
```sh
uv too install symconf
```
Alternatively, you can use `pipx` to similar effect:
```sh
pipx install symconf
```