Skip to content

Commit 362ac38

Browse files
committed
remove the dir argument from the namespaces fn
I don't think the dir argument is necessary because we are just querying the cluster.
1 parent 2529823 commit 362ac38

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/warnet/namespaces.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ def namespaces():
3232
"""Namespaces commands"""
3333

3434

35-
@click.argument(
36-
"namespaces_dir", type=click.Path(exists=True, file_okay=False, dir_okay=True, path_type=Path)
37-
)
3835
@namespaces.command()
3936
def list():
4037
"""List all namespaces with 'warnet-' prefix"""

0 commit comments

Comments
 (0)