Added section with CLI
This commit is contained in:
parent
54e4bf558c
commit
9f2f9adb3b
1 changed files with 6 additions and 6 deletions
12
.github/workflows/install.yml
vendored
12
.github/workflows/install.yml
vendored
|
@ -81,9 +81,9 @@ jobs:
|
|||
# fi
|
||||
|
||||
# qlot exec ros install cl-info
|
||||
# - name: Run Tests
|
||||
# run: |
|
||||
# set -x
|
||||
# qlot exec cl-info --help
|
||||
# qlot exec cl-info --version
|
||||
# qlot exec cl-info cl-info
|
||||
- name: Run Command Line Version
|
||||
run: |
|
||||
set -x
|
||||
qlot exec cl-info --help
|
||||
qlot exec cl-info --version
|
||||
qlot exec cl-info cl-info
|
||||
|
|
Loading…
Reference in a new issue