Skip to content

Fix logic when using stdin recirection as input #39

Fix logic when using stdin recirection as input

Fix logic when using stdin recirection as input #39

Workflow file for this run

name: Github Actions
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose