Skip to content

Commit

Permalink
set copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
aooohan committed Dec 17, 2023
1 parent 1460054 commit bc44694
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,13 @@ func main() {
os.Exit(0)
}()

app := &cli.App{}
app := &cli.App{
EnableBashCompletion: true,
}
app.Name = "VersionFox"
app.Usage = "VersionFox is a tool for sdk version management"
app.UsageText = "vfox [command] [command options]"
// TODO copyright
app.Copyright = "TODO Copyright"
app.Copyright = "Copyright 2023 Han Li. All rights reserved."
app.Version = Version
app.Description = "VersionFox is a tool for sdk version management, which allows you to quickly install and use different versions of targeted sdk via the command line."
app.Suggest = true
Expand Down

0 comments on commit bc44694

Please sign in to comment.