Expand description
Failure handler for start-command
Handles command failures - detects repository, uploads logs, creates issues
Structs§
Functions§
- can_
create_ issue - Check if we can create an issue in a repository
- create_
issue - Create an issue in the repository
- detect_
repository - Detect repository URL for a command (currently supports NPM global packages)
- ensure_
gh_ upload_ log_ available - Install gh-upload-log with an available JavaScript package manager.
- handle_
failure - Handle command failure - detect repository, upload log, create issue
- is_
gh_ authenticated - Check if GitHub CLI is authenticated
- is_
gh_ upload_ log_ available - Check if gh-upload-log is available
- parse_
git_ url - Parse a git URL to extract owner, repo, and normalized URL
- upload_
log - Upload log file using gh-upload-log
- upload_
log_ interactive - Upload a log file with gh-upload-log and stream its output to the terminal.