aseprite/cli/help.sh
David Capello 91e64cd436 Add scripts to test the CLI features
I'm going to move my internals CLI tests to this repo in the near future.
This is a first version to try the new --ignore-empty --save-as feature.
2018-11-07 16:49:31 -03:00

8 lines
188 B
Bash

#! /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