Skip to content

Conversation

citizen428
Copy link
Contributor

@citizen428 citizen428 commented Apr 23, 2021

Closes #42

This PR

  • adds a --quiet (-q) flag to the local subcommand and
  • updates the use_on_cd commands for the various shells to use this flag.

@TaKO8Ki
Copy link
Owner

TaKO8Ki commented Apr 23, 2021

Thank you for your contribution! Could you add pull_request trigger to ci.yml like the following and run CI? I forgot to add it.

# ci.yml
push:
  branches:    
    - '**'
  tags-ignore:
    - v*
  paths-ignore:
    - 'LICENSE'
    - '**.md'
pull_request:
  paths-ignore:
    - 'LICENSE'
    - '**.md'

@TaKO8Ki TaKO8Ki self-requested a review April 23, 2021 16:35
@TaKO8Ki TaKO8Ki linked an issue Apr 23, 2021 that may be closed by this pull request
@TaKO8Ki
Copy link
Owner

TaKO8Ki commented Apr 23, 2021

LGTM

After CI passes, I will approve this PR.

Copy link
Owner

@TaKO8Ki TaKO8Ki left a comment

Choose a reason for hiding this comment

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

Thanks!

@TaKO8Ki TaKO8Ki merged commit 8a3341f into TaKO8Ki:main Apr 23, 2021
@citizen428 citizen428 deleted the citizen428/add-quiet-flag-to-local-42 branch April 24, 2021 01:46
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.

Turn off error messages after running cd command [FEATURE REQUEST] frum --quiet or -q
2 participants