Get cluster paths for standard software/database installs
Source code in hpcman/cluster/app.py
| @app.command()
def paths() -> None:
"""
Get cluster paths for standard software/database installs
"""
raise CommandNotImplemented("cluster module not yet implemented")
|