Skip to content

Commit a9f8f72

Browse files
committed
started more utility classes
1 parent 448ffcb commit a9f8f72

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

src/main/kotlin/kscript/ArgUtil.kt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package kscript
2+
3+
/**
4+
* Helpers to build CLIs with kscript and docopt
5+
*
6+
* @author Holger Brandl
7+
*/
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package kscript
2+
3+
/**
4+
* Helpers to deal with files in kscript applications
5+
*
6+
* @author Holger Brandl
7+
*/
File renamed without changes.

0 commit comments

Comments
 (0)