mirror of
https://github.com/ANG13T/SatIntel.git
synced 2026-01-19 00:06:33 -08:00
feat: init reformat code
This commit is contained in:
10
cli/cli.go
10
cli/cli.go
@@ -36,7 +36,15 @@ func DisplayFunctions(x int) {
|
||||
osint.OrbitalElement()
|
||||
Banner()
|
||||
Option()
|
||||
} else if (x == 4) {
|
||||
} else if (x == 2) {
|
||||
osint.SatellitePositionVisualization()
|
||||
Banner()
|
||||
Option()
|
||||
} else if (x == 3) {
|
||||
osint.SatellitePositionVisualization()
|
||||
Banner()
|
||||
Option()
|
||||
}else if (x == 4) {
|
||||
osint.TLEParser()
|
||||
Banner()
|
||||
Option()
|
||||
|
||||
Reference in New Issue
Block a user