add version command
All checks were successful
Test suites / test-build-install (pull_request) Successful in 28s
Test suites / selftest (pull_request) Successful in 1m0s
Test suites / pylint (pull_request) Successful in 34s
Test suites / formatting (pull_request) Successful in 29s
Test suites / mypy (pull_request) Successful in 29s
Test suites / reuse (pull_request) Successful in 7s

This commit is contained in:
2024-01-16 15:59:08 +01:00
parent 9f910ae9f2
commit 0923a6e6a6
3 changed files with 12 additions and 1 deletions

View File

@@ -24,7 +24,9 @@ jobs:
- name: Install package
run: pip3 install dist/seafile_mirror-*.tar.gz
- name: Run package
run: seafile-mirror --help
run: |
seafile-mirror --version
seafile-mirror --help
# Run tool and sync a test library
selftest: