urfave / cli

A simple, fast, and fun package for building command line apps in Go
https://cli.urfave.org
MIT License
21.9k stars 1.69k forks source link

Adjust code style #1862

Closed yassinebenaid closed 5 months ago

yassinebenaid commented 5 months ago

What type of PR is this?

What this PR does / why we need it:

Which issue(s) this PR fixes:

N/A

Special notes for your reviewer:

appreciate your greate work.

Testing

Its just a code style issue. you can run staticcheck and go test ./... .

Release Notes

clean up type redundancy and fix code style