Skip to content

Commit

Permalink
no default files
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed Aug 22, 2024
1 parent fa866a1 commit c87d7bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/warnet/cli/namespaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ def namespaces():
@namespaces.command()
@click.argument(
"namespaces_dir",
type=click.Path(exists=True, file_okay=False, dir_okay=True, path_type=Path),
default=NAMESPACES_DIR / DEFAULT_NAMESPACES,
type=click.Path(exists=True, file_okay=False, dir_okay=True, path_type=Path)
)
def deploy(namespaces_dir: Path):
"""Deploy namespaces with users from a <namespaces_file>"""
Expand Down
1 change: 0 additions & 1 deletion src/warnet/cli/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def copy_network_defaults(directory: Path):
@click.argument(
"network_dir",
type=click.Path(exists=True, file_okay=False, dir_okay=True, path_type=Path),
default=Path(NETWORK_DIR) / DEFAULT_NETWORK,
)
@click.option("--logging/--no-logging", default=False)
def deploy(network_dir: Path, logging: bool):
Expand Down

0 comments on commit c87d7bb

Please sign in to comment.