This issue pertains to the ads-github-fetch-all-upstreams tool from 'ads-github-tools' version 0.0.1.
The ads-github-fetch-all-upstreams program accepts repository names on the command line, but invalid (i.e., misspelled) repository names trigger neither errors nor warnings.
This behavior could leave the user thinking that he has fetched the 'upstream' remote updates for a repo whose name he has actually fat-fingered. The tools should complain about repository names for which it is unable to fetch the 'upstream' remote updates. This should be true regardless of whether the repo name has been mistyped or the repo exists but is not a fork of an upstream repository (or if it is, but doesn't have the "upstream" remote defined, or similar).
This issue pertains to the
ads-github-fetch-all-upstreamstool from 'ads-github-tools'version0.0.1.The
ads-github-fetch-all-upstreamsprogram accepts repository names on the command line, but invalid (i.e., misspelled) repository names trigger neither errors nor warnings.This behavior could leave the user thinking that he has fetched the 'upstream' remote updates for a repo whose name he has actually fat-fingered. The tools should complain about repository names for which it is unable to fetch the 'upstream' remote updates. This should be true regardless of whether the repo name has been mistyped or the repo exists but is not a fork of an upstream repository (or if it is, but doesn't have the "upstream" remote defined, or similar).