aseprite/tests/cli/help.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
188 B
Bash
Raw Normal View History

#! /bin/bash
# Copyright (C) 2018 Igara Studio S.A.
if ! $ASEPRITE --help | grep "\\-\\-help" > /dev/null ; then
echo "FAILED: --help doesn't include usage information"
exit 1
fi