Skip to content

Commit

Permalink
Remove banner
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Nov 6, 2023
1 parent 529f67c commit 7b1629f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,10 @@ func main() {
}
cmds = append(cmds, psh.Commands...)
console.HelpPrinter = psh.WrapHelpPrinter()
c1 := "#0057B7"
c2 := "#FFDD00"
if os.Getenv("COLORTERM") != "truecolor" {
c1 = "blue"
c2 = "yellow"
}
app := &console.Application{
Name: "Symfony CLI",
Usage: "Symfony CLI helps developers manage projects, from local code to remote infrastructure",
Copyright: fmt.Sprintf("(c) 2021-%d Fabien Potencier <bg=%s;fg=%s>#StandWith</><bg=%s;fg=%s>Ukraine</>", time.Now().Year(), c1, c2, c2, c1),
Copyright: fmt.Sprintf("(c) 2021-%d Fabien Potencier", time.Now().Year()),
FlagEnvPrefix: []string{"SYMFONY", "PLATFORM"},
Commands: cmds,
Action: func(ctx *console.Context) error {
Expand Down

4 comments on commit 7b1629f

@0xPaul
Copy link

@0xPaul 0xPaul commented on 7b1629f Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we have to stand with Israel now, or whatever?

@markwatney2016
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really hope such political statements will never be forced on us again in the Symfony community.

#304

@webknjaz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really hope people stop using the whatabouitism "politics" to follow the suit of the terrorist excuses for ethnic cleansing / mass murder. Such rhetoric is direct support of the ruscist maniacs, which puts said "community" in line with the terrorists, no less.

@BafS
Copy link

@BafS BafS commented on 7b1629f Jan 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the banner was never introduced it would not have been an issue. Many libraries/frameworks/websites never had a banner to support this or that and we don't blame them.

Please sign in to comment.