Merge #297

297: uses clap for the CLI r=kbknapp a=kbknapp



Co-authored-by: Kevin K <kbknapp@gmail.com>
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1ebe58c..f15d40c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -183,10 +183,10 @@
         if: matrix.features == 'none'
         with:
           command: run
-          args: --target ${{ matrix.target }} --no-default-features -- outdated
+          args: --no-default-features -- outdated
       - name: Run release
         uses: actions-rs/cargo@v1
         if: matrix.features == 'release'
         with:
           command: run
-          args: --target ${{ matrix.target }} --all-features --release -- outdated
+          args: --all-features --release -- outdated