Skip to content

Commit 032dc09

Browse files
chore: changeset test (#6)
* Update README.md * Create smooth-lamps-divide.md
1 parent f2465d9 commit 032dc09

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.changeset/smooth-lamps-divide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@fake-scope/fake-pkg": patch
3+
---
4+
5+
Update README.md

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CLI Testing Tool
22

3+
// test
4+
35
A testing library that allows you to test input and outputs of your CLI command.
46

57
*Note: This is WIP but it should be ready enough for most common CLI use-cases I can think of*
@@ -109,4 +111,4 @@ Refer to [Full List of Ansi Escape Codes](https://gist.github.com/fnky/458719343
109111
Big Shoutout to
110112
- [@fnky](https://github.com/fnky) for the [list of all ansi escape codes](https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797).
111113

112-
- [@netzkolchose](https://github.com/netzkolchose) for [node-ansiterminal](https://github.com/netzkolchose/node-ansiterminal) library.
114+
- [@netzkolchose](https://github.com/netzkolchose) for [node-ansiterminal](https://github.com/netzkolchose/node-ansiterminal) library.

0 commit comments

Comments
 (0)