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

Add --no-lineno Option to Omit Line Numbers #351

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Commits on Dec 4, 2021

  1. Merge branch 'output-color' (Squashed)

    Squashed commit of the following:
    
    commit 1ffe7e4
    Author: Dabrien 'Dabe' Murphy <[email protected]>
    Date:   Fri Dec 3 19:48:42 2021 -0500
    
        Implement 'output-color' Changes (TDD "Green")
    
    commit bbf6ca1
    Author: Dabrien 'Dabe' Murphy <[email protected]>
    Date:   Fri Dec 3 19:47:11 2021 -0500
    
        Add Desired (TDD "Red") 'output-color' Test
    
    commit 1fe31ee
    Author: Dabrien 'Dabe' Murphy <[email protected]>
    Date:   Fri Dec 3 19:07:14 2021 -0500
    
        Add Initial (Passing) `t/ack-output-color.t` Test
    
        NOTE: This serves to document *current* behavior
    DabeDotCom committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    93f74d5 View commit details
    Browse the repository at this point in the history
  2. Add --no-lineno Option to Omit Line Numbers

    Squashed commit of the following:
    
    commit 9f8ef37
    Author: Dabrien 'Dabe' Murphy <[email protected]>
    Date:   Fri Dec 3 20:26:10 2021 -0500
    
        Make `--no-lineno` and `--column`  Mutually Exclusive
    
        Turning line numbers off when you're showing "--column" output could
        lead to ambiguous results.
    
    commit 7a7736f
    Author: Dabrien 'Dabe' Murphy <[email protected]>
    Date:   Fri Dec 3 20:09:35 2021 -0500
    
        Implement "--no-lineno" Functionality
    
    commit 1512fd0
    Author: Dabrien 'Dabe' Murphy <[email protected]>
    Date:   Fri Dec 3 20:07:20 2021 -0500
    
        Add Initial "--no-lineno" Option
    
        NOTE: Not Yet Implemented
    DabeDotCom committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    cfaedd7 View commit details
    Browse the repository at this point in the history