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 d699003 commit 3cc8b47Copy full SHA for 3cc8b47
CHANGELOG.md
@@ -2,8 +2,7 @@
2
3
## Unreleased
4
5
-- Add `--init` option to get you started quickly
6
-- Allow passing a directory to `--init`
+- Add `--init [dir]` option to get you started quickly
7
- Fix process time always shows as 0 ms
8
- Fixed terminal width detection first tput and fall back stty
9
- Refactor clock optimizing the implementation used to get the time
tests/acceptance/bashunit_init_test.sh
@@ -1,4 +1,6 @@
1
#!/usr/bin/env bash
+# shellcheck disable=SC2317
+
set -euo pipefail
TMP_DIR="tmp/init"
0 commit comments