Skip to content

Commit b7119ff

Browse files
committed
[readme] add note
1 parent 87b3d5d commit b7119ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

readme.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ parse arguments with recursive contexts using
55

66
[![build status](https://secure.travis-ci.org/minimistjs/subarg.png)](http://travis-ci.org/minimistjs/subarg)
77

8-
This module is useful if you need to pass arguments into a piece of code without
9-
coordinating ahead of time with the main program, like with a plugin system.
8+
This module is useful if you need to pass arguments into a piece of code without coordinating ahead of time with the main program, like with a plugin system.
9+
10+
**Note**: This repo is a reconstruction of https://github.com/substack/subarg, via the [Internet Archive](https://web.archive.org/web/20201110211117/https://github.com/substack/subarg) and various forks.
1011

1112
# example
1213

0 commit comments

Comments
 (0)