Skip to content

fix(completion): respect verbose flag when generating shell completions - #120

Merged
Thumuss merged 1 commit into
typst-community:mainfrom
mishyy:fix/respect-verbose-generate
May 10, 2026
Merged

Thumuss merged 1 commit into
typst-community:mainfrom
mishyy:fix/respect-verbose-generate

Conversation

@mishyy

@mishyy mishyy commented May 9, 2026 •

Copy link
Copy Markdown
Contributor

When generating completion files, the "Generating ..." message is always
displayed, regardless of the verbosity setting. This is annoying when
used in your shell startup files.

The message is now logged using utpm_log!. As generate would mostly
be used in a shell startup file, I have set the log level to trace so
that it's not displayed by default.

When generating completion files, the "Generating ..." message is always
displayed, regardless of the verbosity setting. This is annoying when
used in your shell startup files.

The message is now logged using `utpm_log!`. As `generate` would mostly
be used in a shell startup file, I have set the log level to `trace` so
that it's not displayed by default.
@mishyy
mishyy force-pushed the fix/respect-verbose-generate branch from 3187e2f to c81732d Compare May 9, 2026 03:33
@mishyy

mishyy commented May 9, 2026

Copy link
Copy Markdown
Contributor Author

I forgot the 'not' in the last line of the commit message... oops! The force-push and edit was to fix that.

@Thumuss
Thumuss merged commit 4f0d978 into typst-community:main May 10, 2026
6 checks passed
@Thumuss

Thumuss commented May 10, 2026

Copy link
Copy Markdown
Member

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants