rm old code
This commit is contained in:
parent
f6bad20818
commit
c0ec2f359a
10
main.go
10
main.go
|
@ -13,7 +13,6 @@ import (
|
|||
"time"
|
||||
|
||||
"go.wit.com/dev/alexflint/arg"
|
||||
"go.wit.com/gui"
|
||||
"go.wit.com/lib/gui/prep"
|
||||
"go.wit.com/lib/gui/shell"
|
||||
"go.wit.com/lib/protobuf/forgepb"
|
||||
|
@ -244,15 +243,6 @@ func main() {
|
|||
okExit("")
|
||||
}
|
||||
|
||||
// if the user doesn't want to open the GUI and
|
||||
// nothing else was specified to be done,
|
||||
// then just list the table to stdout
|
||||
if gui.NoGui() {
|
||||
found := doFind()
|
||||
me.forge.PrintHumanTable(found)
|
||||
okExit("")
|
||||
}
|
||||
|
||||
// open the gui unless the user performed some other
|
||||
// basically, if you run just 'forge' it should open the GUI
|
||||
|
||||
|
|
Loading…
Reference in New Issue