mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
feat: display logo when running codeflash --help
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
94e1b02597
commit
e3488bce6f
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ def main() -> None:
|
|||
from codeflash.telemetry import posthog_cf
|
||||
from codeflash.telemetry.sentry import init_sentry
|
||||
|
||||
if "--help" in sys.argv or "-h" in sys.argv:
|
||||
print_codeflash_banner()
|
||||
args = parse_args()
|
||||
if args.command != "auth":
|
||||
print_codeflash_banner()
|
||||
|
|
|
|||
Loading…
Reference in a new issue