Skip to content

Commit

Permalink
Merge pull request #112 from symfony-cli/stand-with-ukraine
Browse files Browse the repository at this point in the history
Stand with Ukraine
  • Loading branch information
fabpot committed Mar 8, 2022
2 parents bd06f2f + 423b802 commit d09ad2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func main() {
app := &console.Application{
Name: "Symfony CLI",
Usage: "Symfony CLI helps developers manage projects, from local code to remote infrastructure",
Copyright: fmt.Sprintf("(c) 2017-%d Symfony SAS", time.Now().Year()),
Copyright: fmt.Sprintf("(c) 2017-%d Symfony SAS <bg=#0057B7;fg=#FFDD00>#StandWith</><bg=#FFDD00;fg=#0057B7>Ukraine</> <href=https://sf.to/ukraine>Support Ukraine</>", time.Now().Year()),
FlagEnvPrefix: []string{"SYMFONY", "PLATFORM"},
Commands: cmds,
Action: func(ctx *console.Context) error {
Expand Down

0 comments on commit d09ad2d

Please sign in to comment.