Skip to content

Commit

Permalink
chore: typescript 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Feb 2, 2024
1 parent ba1342d commit 38f6301
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ done-with-branch: |
* [`multi list org ORG`](#multi-list-org-org)
* [`multi open REPO`](#multi-open-repo)
* [`multi pulls`](#multi-pulls)
* [`multi refresh`](#multi-refresh)
* [`multi remove REPO`](#multi-remove-repo)
* [`multi setup`](#multi-setup)
* [`multi task KEYVALUE`](#multi-task-keyvalue)
Expand Down Expand Up @@ -308,6 +309,23 @@ EXAMPLES
_See code: [src/commands/pulls.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.1.0/src/commands/pulls.ts)_
## `multi refresh`
Refresh the list of repositories and corresponding metadata.
```
USAGE
$ multi refresh [-o <value>]

FLAGS
-o, --org=<value>... Github org to refresh.

DESCRIPTION
Refresh the list of repositories and corresponding metadata.
```
_See code: [src/commands/refresh.ts](https://github.com/mdonnalley/multiple-repo-manager/blob/v4.1.0/src/commands/refresh.ts)_
## `multi remove REPO`
Remove a repository from your local file system.
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"semantic-release": "^23",
"sinon": "^17",
"ts-node": "^10",
"typescript": "^4.1.3"
"typescript": "^5"
},
"scripts": {
"build": "rm -rf lib && tsc",
Expand Down

0 comments on commit 38f6301

Please sign in to comment.