Skip to content

Commit

Permalink
Add command description
Browse files Browse the repository at this point in the history
  • Loading branch information
tzmfreedom committed Jan 26, 2019
1 parent d7b2f6e commit da88417
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions land.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ func main() {
fmt.Println(Version)
}
app := cli.NewApp()
app.Name = "land"
app.Usage = "Salesforce Apex Execution Environment on Local System"
app.Version = Version
app.Commands = []cli.Command{
dbSetupCommand,
Expand Down

0 comments on commit da88417

Please sign in to comment.