Skip to content

Add --nobanner option to suppress startup banner#1200

Merged
st0012 merged 1 commit intomasterfrom
nobanner-option
Apr 14, 2026
Merged

Add --nobanner option to suppress startup banner#1200
st0012 merged 1 commit intomasterfrom
nobanner-option

Conversation

@st0012
Copy link
Copy Markdown
Member

@st0012 st0012 commented Apr 12, 2026

Add a --nobanner CLI option that suppresses the startup banner introduced in #1183.

Users can already disable it via IRB.conf[:SHOW_BANNER] = false in .irbrc, but this provides a command-line alternative for scripting and quick one-off usage.

Closes #1196

@st0012 st0012 marked this pull request as ready for review April 12, 2026 11:00
Copy link
Copy Markdown
Member

@ima1zumi ima1zumi left a comment

Choose a reason for hiding this comment

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

LGTM!

@st0012 st0012 added the enhancement New feature or request label Apr 14, 2026
@st0012 st0012 merged commit 9b930c8 into master Apr 14, 2026
78 of 80 checks passed
@st0012 st0012 deleted the nobanner-option branch April 14, 2026 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a command-line option to suppress the IRB startup banner

2 participants