waft.cli.show module

waft.cli.show.clients()

Display local WAFT client installs folder.

waft.cli.show.commands()

Display WAFT command manual.

waft.cli.show.docs(debug: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f78592d52d0>] = False)

Display WAFT documentation.

waft.cli.show.logs()

Display local WAFT test logs folder.

waft.cli.show.show(path: Path | str, is_dir: bool = False)

Display the specified local file system path or URL.

Parameters:
  • path (Path | str) – File system path or URL.

  • is_dir (bool, optional) – True if the path represents a directory. Defaults to False.