Skip to content

add options, dont show subcommands if there are none #12

add options, dont show subcommands if there are none

add options, dont show subcommands if there are none #12

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run CLI tests
run: cd test; ./run.sh cli