浏览代码

Bump version

Overview of changes:

 *  Added extra shorthand arguments for common usage errors

    Things like missing positional arguments or unknown arguments need
    to be dealt with so often it warrants these shorthands.

 *  Fortified command, file and pipe delimiters

    Often it's helpful to see more clearly where output begins and where
    it ends.  Note that this is a small step from pretty.sh's total
    minimalism, on the other hand these file and command printers are
    not exactly minimalistic already; they are not intended for normal
    use but rather for debugging.
Alois Mahdal 6 年前
父节点
当前提交
83a4c9785d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini 查看文件

1
 [project]
1
 [project]
2
-    version     = 0.10.20
2
+    version     = 0.10.21
3
     codename    = FloatingPointError
3
     codename    = FloatingPointError
4
     name        = Shellfu
4
     name        = Shellfu
5
     tagline     = Shell dot on steroids
5
     tagline     = Shell dot on steroids