Skip to content

Commit

Permalink
update xgo e doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xhd2015 committed Jul 22, 2024
1 parent 644da2d commit 6fb6d89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions cmd/xgo/test-explorer/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@ package test_explorer
const help = `
xgo tool test-explorer is a tool used to test and debug go code easily.
Usage:
xgo e [options]
xgo e [options] test
Alias:
xgo e
xgo explorer
xgo test-explorer
Usage:
xgo tool test-explorer [options]
By default, test-explorer opens a web UI to show all tests to be run.
By default, test-explorer open a web UI to show all tests to be run.
If invoked with 'xgo e test', all tests are automatically executed without opening the web UI.
Options:
--project-dir DIR directory to project dir
Expand All @@ -25,6 +28,7 @@ Options:
Examples:
xgo e open the test explorer in browser
xgo e test run all tests without opening the test explorer(used in CI)
See https://github.com/xhd2015/xgo/blob/master/doc/test-explorer/README.md for documentation.
Expand Down
4 changes: 2 additions & 2 deletions cmd/xgo/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import "fmt"

// auto updated
const VERSION = "1.0.46"
const REVISION = "b2c1918871f0a8bc3ea4bb9cf46e297d21c5f433+1"
const NUMBER = 295
const REVISION = "644da2d2357b7ad0c9fb4b72995bf0b526fc4cf4+1"
const NUMBER = 296

// manually updated
const CORE_VERSION = "1.0.43"
Expand Down

0 comments on commit 6fb6d89

Please sign in to comment.