Skip to content

Commit 1fa0601

Browse files
authored
Update cli.py
1 parent 2457a97 commit 1fa0601

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/diffupy/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ def kernel(
114114
'-m', '--method',
115115
help='Difussion method',
116116
type=click.Choice(METHODS),
117+
required=True,
117118
)
118119
def diffuse(
119120
network: str,

0 commit comments

Comments
 (0)