github.com/grantbow/fit@v0.7.1-0.20220916164603-1f7c88ac81e6/fit/tag-key-value/Description (about)

     1  #### What did you do?
     2  fit create -n issue one
     3  fit tag 1 Status closed
     4  
     5  #### What did you expect to see?
     6  create file fit/issue_one/Status with "closed" content or
     7  create file fit/issue_one/tag_status_closed
     8  
     9  
    10  #### What did you see instead?
    11  The fit tag command was designed to add boolean values only.
    12  Fit tag command creates empty files by default in the tags directory.
    13  
    14      $ls fit/issue_one/tags/
    15      Status  closed
    16  
    17  and with --rm removes boolean tags.
    18  
    19  #### What version?
    20  0.6
    21  
    22  
    23  #### notes:
    24  the original implementation
    25  makes renaming or removing the existing tag command required
    26  
    27  When removing the Tag function other parts of the test suite
    28  broke. As this convention is long standing more work is required
    29  to bring it current.
    30