Changes between Initial Version and Version 1 of jazz/19-11-26


Ignore:
Timestamp:
Nov 26, 2019, 3:23:35 PM (5 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/19-11-26

    v1 v1  
     1= 2019-11-26 =
     2
     3== Command Line Options ==
     4
     5* 常寫一些 Command Line 工具,但怎麼更方便地管理參數呢?
     6* http://docopt.org/
     7* 實作
     8  * Shell Script - https://github.com/docopt/docopts
     9  * Python - https://github.com/docopt/docopt