Yu Le

Results 8 comments of Yu Le

I test this example ```json { "name": "xxx", "private": true, "devDependencies": { "@vueuse/nuxt": "^8.7.4", "testpackage": "0.0.1" } } ``` Get the correct output ```bash xxx - 2 major @vueuse/nuxt dev...

Wow, this cool. The current code is a simple shell script. If add interactions in the terminal, I think it may need to be rewrite with other language, e.g. (golang,...

I think we do this simply by passing curl's [`-retry`](https://everything.curl.dev/usingcurl/downloads/retry)

I tested it, there are too many file lists Should split the to multiple curl command

I think don't need use `+` wrap again.

I checked at the [moment monthDiff function](https://github.com/moment/moment/blob/develop/moment.js#L3901) It doesn't wrap with `+`.

The default will reserved repo dir path, but you can use the the `--outdir` option to specify a directory For example: ```bash gh download https://github.com/EliverLara/Sweet/tree/nova/kde/cursors/Sweet-cursors --outdir Sweet-cursors ``` It will...

I haven't used GitHub Enterprise before. However, after reviewing the shell script again, I noticed there is some hardcoded usage of the github.com domain: https://github.com/yuler/gh-download/blob/main/gh-download#L108 https://github.com/yuler/gh-download/blob/main/gh-download#L186 Therefore, perhaps we could...