Skip to content

Commit

Permalink
fixed alignment on menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBeale committed Jul 8, 2024
1 parent 5bc3c24 commit f11f675
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions menu.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ Menu |
[ set-auth-can-i ] Deactivate "auth can-i" checking before attempting actions
[ curl ] Make an HTTP request (GET or POST) to a user-specified URL
[ tcpscan ] Run a simple all-ports TCP port scan against an IP address
[ enumerate-dns ] Enumerate services via DNS *
[ cd , pwd , ls , cat ] Manipulate the filesystem via Golang-native commands
[ cd , pwd , ls , cat ] Manipulate the filesystem via Golang-native commands
[ shell <command> ] Run a shell command
[ full ] Switch to full (classic menu) with a longer list of commands
[ outputfile ] Write all kubectl output to a file **ALPHA** [outputfile [filename]]
[ outputfile ] Write all kubectl output to a file **ALPHA** [outputfile [filename]]
[ exit ] Exit Peirates
---------------------------------------------------------------------`)
fmt.Printf("\nPeirates:># ")
Expand Down

0 comments on commit f11f675

Please sign in to comment.