diff options
author | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-08-02 11:53:24 +0200 |
---|---|---|
committer | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-08-26 14:28:10 +0200 |
commit | 54db0415183519deaad38cf5c6c30c3186800cb9 (patch) | |
tree | 6c3af263c66ea4f29ffc603800622bc1b9c97172 /pyproject.toml | |
parent | scripts: make all scripts executable (diff) | |
download | knot-resolver-54db0415183519deaad38cf5c6c30c3186800cb9.tar.xz knot-resolver-54db0415183519deaad38cf5c6c30c3186800cb9.zip |
scripts/poe-tasks: kresctl task script added
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 81b7a960..2a4bedf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,8 +82,7 @@ gen-setuppy = { cmd = "scripts/poe-tasks/gen-setuppy", help = "Generate 'setup.p format = { cmd = "scripts/poe-tasks/format", help = "Run code formatter" } # tasks runned directly fixdeps = { shell = "poetry install; npm install; npm update", help = "Install/update dependencies according to configuration files"} -kresctl = { script = "knot_resolver_manager.cli.main:main", cwd="${POE_PWD}", help="Run kresctl utility" } -kresctl-nocwd = { script = "knot_resolver_manager.cli.main:main", help="Run kresctl utility" } # Python <3.8 and poethepoet <0.22.0 compatibility (see also `./poe`) +kresctl = { cmd = "scripts/poe-tasks/kresctl", help="Run kresctl utility" } clean = """ rm -rf .coverage .mypy_cache |