We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2457a97 commit 1fa0601Copy full SHA for 1fa0601
1 file changed
src/diffupy/cli.py
@@ -114,6 +114,7 @@ def kernel(
114
'-m', '--method',
115
help='Difussion method',
116
type=click.Choice(METHODS),
117
+ required=True,
118
)
119
def diffuse(
120
network: str,
0 commit comments