-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vic Shóstak
committed
Jan 6, 2024
1 parent
e5d4a76
commit 2292671
Showing
18 changed files
with
290 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Info about your system | ||
|
||
To view information about your system, execute the `doctor` command: | ||
|
||
::: code-group | ||
```bash [CLI] | ||
gowebly doctor | ||
``` | ||
|
||
```bash [Go] | ||
go run github.com/gowebly/gowebly@latest doctor | ||
``` | ||
::: | ||
|
||
And result will be: | ||
|
||
``` | ||
✓ Your system information has been collected successfully! | ||
│ | ||
│ Copy this information to paste into an issue ↘ | ||
│ | ||
│ Gowebly CLI: v2.0.1 (build with go1.21.5 on darwin/arm64) | ||
│ | ||
│ Go: 1.21.5 darwin/arm64 | ||
│ Node.js version: 21.5.0 (npm 10.2.4) | ||
│ Bun version: 1.0.21 | ||
│ | ||
│ Is Air tool installed? true | ||
│ Is Templ package installed? true | ||
│ | ||
✱ For more information go to the official docs: https://gowebly.org | ||
``` | ||
|
||
<!--@include: ../parts/links.md --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Info about your system | ||
|
||
To view information about your system, execute the `doctor` command: | ||
|
||
::: code-group | ||
```bash [CLI] | ||
gowebly doctor | ||
``` | ||
|
||
```bash [Go] | ||
go run github.com/gowebly/gowebly@latest doctor | ||
``` | ||
::: | ||
|
||
And result will be: | ||
|
||
``` | ||
✓ Your system information has been collected successfully! | ||
│ | ||
│ Copy this information to paste into an issue ↘ | ||
│ | ||
│ Gowebly CLI: v2.0.1 (build with go1.21.5 on darwin/arm64) | ||
│ | ||
│ Go: 1.21.5 darwin/arm64 | ||
│ Node.js version: 21.5.0 (npm 10.2.4) | ||
│ Bun version: 1.0.21 | ||
│ | ||
│ Is Air tool installed? true | ||
│ Is Templ package installed? true | ||
│ | ||
✱ For more information go to the official docs: https://gowebly.org | ||
``` | ||
|
||
<!--@include: ../parts/links.md --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.