1
0
mirror of synced 2025-12-31 06:02:42 -05:00

Remove the emphasize tags and updated attributes style

This commit is contained in:
Dev Prakash Sharma
2022-10-03 00:21:32 +05:30
parent 345f7bdcc6
commit b72f008d85
161 changed files with 777 additions and 774 deletions

View File

@@ -35,7 +35,7 @@ If the owner and repository are used, `gh` will install the extension using the
To install an extension in development from the current directory, use `.` as the value for the `repo` parameter.
```shell
gh extension install <em>repo</em>
gh extension install REPO
```
If you already have an extension by the same name installed, the command will fail. For example, if you have installed `octocat/gh-whoami`, you must uninstall it before installing `hubot/gh-whoami`.
@@ -53,7 +53,7 @@ gh extension list
To update an extension, use the `extensions upgrade` subcommand. Replace the `extension` parameter with the name of the extension.
```shell
gh extension upgrade <em>extension</em>
gh extension upgrade EXTENSION
```
To update all installed extensions, use the `--all` flag.
@@ -67,5 +67,5 @@ gh extension upgrade --all
To uninstall an extension, use the `extensions remove` subcommand. Replace the `extension` parameter with the name of the extension.
```shell
gh extension remove <em>extension</em>
gh extension remove EXTENSION
```