ELIOT Command Line Interface Commit
[eliot.git] / blueprints / common / elcli / github.com / trial / app / trialroot.go
1 /*
2
3 */
4
5 package app
6
7 import (
8         "flag"
9         "os"
10         "fmt"
11
12         "github.com/spf13/pflag"
13         "github.com/trial/app/cmd"
14 )
15
16 //Run executes commands
17 func Run() error {
18         return "Hello World"
19 }