forked from XTLS/Xray-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnote
More file actions
28 lines (22 loc) · 1.13 KB
/
note
File metadata and controls
28 lines (22 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
core/core.go,
version = "9.1.3"
build = "Custom"
codename = "Xthing"
intro = " Screen is a terminal multiplexer"
serial.Concat("Xray ", Version(), " (", codename, ") ", build, " (", runtime.Version(), " ", runtime.GOOS, "/", runtime.GOARCH, ")"),
serial.Concat("Xthing ", Version(), " (", codename, ") ", build, " (", runtime.Version(), " ", runtime.GOOS, "/", runtime.GOARCH, ")"),
main/main.go,
base.RootCommand.Long = "Xray is a platform for building proxies."
base.RootCommand.Long = "Xything is a webtest."
main/commands/base/command.go,
fmt.Fprintf(os.Stderr, "Run 'xray help %s' for details.\n", c.LongName())
// fmt.Fprintf(os.Stderr, "Run 'xray help %s' for details.\n", c.LongName())
main/commands/base/env.go,
CommandEnv.Exec = "xray"
CommandEnv.Exec = "xything"
main/commands/base/help.go,
-{range .Commands}}{{if and (ne .Short "") (or (.Runnable) .Commands)}}
-{{.Name | width $.CommandsWidth}} {{.Short}}{{end}}{{end}}
main/commands/all/api/api.go,
Long: `{{.Exec}} {{.LongName}} provides tools to manipulate Xray via its API.
Long: `{{.Exec}} {{.LongName}} provides tools to xything its API.