Skip to content

Describe limitations of --json in --help text. #3

Describe limitations of --json in --help text.

Describe limitations of --json in --help text. #3

Workflow file for this run

name: C/C++ CI cmake
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: cmake
run: mkdir build && cd build && cmake ..
- name: make
run: cd build && make