Add a bunch of TODOs
This commit is contained in:
parent
65818ed0e1
commit
35806576f9
5 changed files with 9 additions and 0 deletions
|
@ -16,6 +16,7 @@ import (
|
|||
var USAGE = ""
|
||||
|
||||
// Command usage
|
||||
// TODO: Allow COMMAND to be used first
|
||||
func Usage() {
|
||||
fmt.Printf("Usage: %s [OPTIONS]... COMMAND\n", os.Args[0])
|
||||
fmt.Println("\nCommands:")
|
||||
|
@ -173,6 +174,8 @@ func InnerMain(command string) error {
|
|||
|
||||
} else {
|
||||
fmt.Printf("radar blips: %+v\n", response.Blips)
|
||||
|
||||
// TODO: Do some art
|
||||
}
|
||||
|
||||
case "rover":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue