You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+31-17Lines changed: 31 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,21 +37,21 @@ Get the latest version [here](https://github.com/dgroup/term4j/releases):
[Arg\<T>]() | Allows to fetch the application arguments | [StringOf](), [NumberOf](), [PathOf](), [FileOf](), [EnvOf](), [PropOf](), [Alt](), [Unchecked](), [etc]() |
43
-
[Std]() | Wrap the raw manipulation with `std out` | [StdOf](), [Inmem](), [etc]()
44
-
[Highlighted]() | The colored extension of [Text](https://goo.gl/2ZYC83) for `std out` | [Green](), [Red](), [Yellow](), [etc]()
45
-
[Runtime]() | Wrap the raw manipulation with JVM runtime | [RuntimeOf](), [FakeRuntime]()
[Arg\<T>](#argt)| Allows to fetch the application arguments | [StringOf](#stringof--textof), [NumberOf](#numberof), [PathOf](), [FileOf](), [EnvOf](#envof), [PropOf](#propof), [Alt](#alt), [Unchecked](), [etc](src/main/java/io/github/dgroup/term4j/arg/) |
43
+
[Std](#std)| Wrap the raw manipulation with `std out` | [StdOf](#stdof), [Inmem](), [etc](src/main/java/io/github/dgroup/term4j/std)
44
+
[Highlighted](#highlighted) | The colored extension of [Text](https://goo.gl/2ZYC83) for `std out` | [Green](src/main/java/io/github/dgroup/term4j/highlighted/Green.java), [Red](src/main/java/io/github/dgroup/term4j/highlighted/Red.java), [Yellow](src/main/java/io/github/dgroup/term4j/highlighted/Yellow.java), [etc](src/main/java/io/github/dgroup/term4j/highlighted)
45
+
[Runtime](#runtimeof)| Wrap the raw manipulation with JVM runtime | [RuntimeOf](src/main/java/io/github/dgroup/term4j/runtime/RuntimeOf.java), [FakeRuntime](src/main/java/io/github/dgroup/term4j/runtime/FakeRuntime.java), [AppException](src/main/java/io/github/dgroup/term4j/AppException.java), [etc](src/main/java/io/github/dgroup/term4j/runtime)
46
46
47
47
All examples below are using the following frameworks/libs:
48
48
-[Hamcrest](https://github.com/hamcrest/JavaHamcrest) - Library of matchers, which can be combined in to create flexible expressions of intent in tests.
49
49
-[cactoos](https://github.com/yegor256/cactoos) - Object-Oriented Java primitives, as an alternative to Google Guava and Apache Commons.
Fetch the string/[Text](https://github.com/yegor256/cactoos/blob/master/src/main/java/org/cactoos/Text.java) argument:
0 commit comments