[agent-go] [Bastion] - basic accomplished !
This commit is contained in:
14
agent-go/a_init/bastion_init/BastionHelp.go
Normal file
14
agent-go/a_init/bastion_init/BastionHelp.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package bastion_init
|
||||
|
||||
import "fmt"
|
||||
|
||||
var BastionFunctionList []string
|
||||
|
||||
func PrintBastionHelp() {
|
||||
fmt.Println()
|
||||
fmt.Println("Bastion Mode Supported Commands:")
|
||||
for i, s := range BastionFunctionList {
|
||||
fmt.Printf("\t%d. %s\n", i+1, s)
|
||||
}
|
||||
fmt.Println()
|
||||
}
|
||||
Reference in New Issue
Block a user