Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update pygmentize flags in glance subcommand #488

Merged
merged 1 commit into from
Mar 26, 2023
Merged

Conversation

vladdoster
Copy link
Member

Description

  • Update set of options that are passed to Pygmentizea
  • Use consistent logging style
  • Use long flags to improve grokability

Motivation and Context

The glances subcommand works again.

How Has This Been Tested?

Screenshot 2023-03-25 at 23 24 06

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
Copy link
Member

@pschmitt pschmitt left a comment

Choose a reason for hiding this comment

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

👍

@pschmitt pschmitt merged commit b773763 into main Mar 26, 2023
@pschmitt pschmitt deleted the fix/glance branch March 26, 2023 07:03
github-actions bot pushed a commit that referenced this pull request Apr 2, 2023
# [3.10.0](v3.9.0...v3.10.0) (2023-04-02)

### Bug Fixes

* absolute path support in the symbol browser ([d29a8ba](d29a8ba))
* assign to functions hash to make %x work ([bd65a01](bd65a01))
* broken symbolic link after `creinstall .` ([da0d6b7](da0d6b7))
* bump node version in release workflow ([938f483](938f483))
* change prefix `~zi::` to `__zi::` ([0e45493](0e45493))
* container build & shell make targets ([a72fb83](a72fb83))
* container build & shell make targets ([14b2cda](14b2cda))
* container build & shell make targets ([370808d](370808d))
* container build & shell make targets ([47bd74f](47bd74f))
* container build & shell make targets ([f8eb967](f8eb967))
* container build & shell make targets ([3af321e](3af321e))
* do not run `make docs` ([3802893](3802893))
* failing zunit tests & bootstrap script ([d618467](d618467))
* file modelines ([75bb735](75bb735))
* gh-r & bpick ice log format and content ([ad88a89](ad88a89))
* gh-r parsing logic for arm64 & logging style ([7e48651](7e48651))
* gh-r pattern for 64bit linux-gnu systems ([b5a31c0](b5a31c0))
* lsd repo owner changed to lsd-rs organization ([#489](#489)) ([824d9d3](824d9d3))
* make gh-r release search case-insensitive ([3eb75b7](3eb75b7))
* make target docker cmd flags ([dd04896](dd04896))
* pin `ggsrun` version in gh-r z-unit test ([9f67798](9f67798))
* the starship example does not work properly ([4933b62](4933b62))
* update pygmentize flags in glance subcommand ([#488](#488)) ([b773763](b773763))
* use correct return code in zinit-confirm ([d467738](d467738))
* vim modelines & zsdoc pdf rendering ([2b460a7](2b460a7))

### Features

* delete subcommand refactor ([9eee215](9eee215)), closes [#57](#57) [#239](#239)
* zinit completion improvements ([b8d12e5](b8d12e5))

### Reverts

* "Merge branch 'refactor/zinit-function-names' into main" ([515688b](515688b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants