nj-ssh - when gcloud isn't configured a blank error is displayed and no exit code.
Open
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 265
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
./nj-ssh.dart abc
exception
RunException
gcloud config list --format 'value(core.project)'
exit: null
Check the RunException when using stringAsProcess.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with ./nj-ssh.dart abc when gcloud is not configured, then inspect the RunException path used by stringAsProcess. Check how the command output and exit value from gcloud config list --format 'value(core.project)' are handled. Done means the failure displays a useful error and provides a non-null exit code.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100