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 0x7f50db30e910>] = False)

Display WAFT documentation.

waft.cli.show.logs()

Display local WAFT test logs folder.

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

Display the specified file or directory.

Parameters:
  • path (Path) – File or directory path.

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