We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e561a99 commit ec2be16Copy full SHA for ec2be16
argument-parser.sh
@@ -1,4 +1,3 @@
1
-#!/bin/bash
2
3
# Define the regex for matching the arguments
4
regexArgShort='^-([a-zA-Z0-9])$'
tests/default.sh
# Define the expected arguments
declare -A argExpected
tests/simple.sh
tests/tests.sh
@@ -1,4 +1,4 @@
+#!/usr/bin/env bash
pass() {
echo -en "\033[31m\xE2\x80\xA2\033[0m"
0 commit comments