#!/bin/sh
# AIDEV-NOTE: Autopkgtest smoke test for installed package
set -e

echo "Testing statshed --help"
statshed --help

echo "Testing statshed --version"
statshed --version

echo "Testing statshed health --help"
statshed health --help

echo "Testing statshed submit --help"
statshed submit --help

echo "Testing statshed groups --help"
statshed groups --help

echo "Testing statshed jobs --help"
statshed jobs --help

echo "Testing statshed config --help"
statshed config --help

echo "Testing statshed group-config --help"
statshed group-config --help

echo "Testing statshed completion --help"
statshed completion --help

echo "All smoke tests passed!"
