Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
def find_command( cmd_base: str, windows_variants: Optional[list] = None, unix_variant: Optional[str] = None ):
def create_command_not_found_error(command: str, error: Optional[Exception] = None):
def create_npm_command_error(command: str, error: Exception):