cljam icon indicating copy to clipboard operation
cljam copied to clipboard

Remove CLI functionality

Open totakke opened this issue 3 months ago • 1 comments

I removed CLI functionality from cljam and added a notice message about Gnife to README.md.

This PR aims at separating the CLI functionality from cljam and making cljam a pure Clojure library. Gnife is a pure CLI and contains all cljam's commands in sequence and sam types. (See https://github.com/chrovis/gnife/blob/main/README.md#command-list)

I confirmed lein test :all passed. I will leave the merge timing of this PR up to you.

totakke avatar Mar 21 '24 13:03 totakke

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.64%. Comparing base (ec9c199) to head (ac0d716).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #303      +/-   ##
==========================================
+ Coverage   88.25%   88.64%   +0.39%     
==========================================
  Files          85       83       -2     
  Lines        7381     7143     -238     
  Branches      488      447      -41     
==========================================
- Hits         6514     6332     -182     
+ Misses        379      364      -15     
+ Partials      488      447      -41     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Mar 21 '24 13:03 codecov[bot]