io-arg 0.2.2

Conviniently accept either standard streams or file paths in CLI tools written in Rust as arguments.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Rust

on:
  push:
    branches: [ "main" ]
  pull_request:
    branches: [ "main" ]

jobs:
  test:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v4
    - name: Run tests
      run: cargo test