We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c3a4c commit 8b8cc2dCopy full SHA for 8b8cc2d
plain-dev/plain/dev/contribute/cli.py
@@ -5,8 +5,10 @@
5
import click
6
7
from plain.cli import register_cli
8
+from plain.cli.runtime import without_runtime_setup
9
10
11
+@without_runtime_setup
12
@register_cli("contrib")
13
@click.command("contribute", hidden=True)
14
@click.option("--repo", default="../plain", help="Path to the plain repo")
plain-dev/pyproject.toml
@@ -15,11 +15,6 @@ dependencies = [
15
"inotify",
16
]
17
18
-# Make this available as a standalone command
19
-# in case plain can't load or something (this can run anyways)
20
-[project.scripts]
21
-plain-contrib = "plain.dev.contribute:cli"
22
-
23
[project.entry-points."plain.setup"]
24
"dev-setup" = "plain.dev.entrypoints:setup"
25
0 commit comments