DannyBen/bashly

View on GitHub
examples/commands/test.sh

Summary

Maintainability
Test Coverage
#!/usr/bin/env bash

rm -f ./src/*.sh

set -x

bashly generate

### Try Me ###

./cli
./cli -h
./cli --version
./cli download -h
./cli download
./cli download sourcefile targetfile -f
./cli upload --help
./cli upload sourcefile
./cli upload sourcefile -u username