File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1- Welcome to Command interface's documentation!
2- =============================================
1+ *****************
2+ command-interface
3+ *****************
34
45.. toctree ::
56 :maxdepth: 2
67 :caption: Contents:
8+ :hidden:
79
810This is a system for building command-driven interfaces in Dylan.
911
10- It can currently be used to declaratively design terminal-based
11- command interfaces, commonly called shells or CLIs.
12+ It can currently be used to declaratively design terminal-based command
13+ interfaces, commonly called shells or CLIs (for Command Line Interface) .
1214
1315We also strive to implement graphical command interfaces in a similar
1416manner to Symbolics Genera, including support for full graphical and
1517markup output.
1618
19+ (Full documentation is still TBD.)
20+
1721
1822Indices and tables
1923==================
2024
2125* :ref: `genindex `
22- * :ref: `modindex `
23- * :ref: `search `
Original file line number Diff line number Diff line change 22 "name" : " command-interface" ,
33 "description" : " Interactive command interface system for Dylan" ,
44 "keywords" : [ " command-line" ],
5- "version" : " 0.1.1 " ,
5+ "version" : " 0.1.2 " ,
66 "url" : " https://github.com/dylan-lang/command-interface" ,
77 "category" : " utilities" ,
88 "contact" : " dylan-lang@googlegroups.com" ,
99 "dependencies" : [],
1010 "dev-dependencies" : [
11- " testworks@3.2.0 " ,
12- " sphinx-extensions@0.2.0 "
11+ " testworks" ,
12+ " sphinx-extensions"
1313 ],
1414 "license" : " MIT" ,
1515 "license-url" : " https://opensource.org/license/mit"
You can’t perform that action at this time.
0 commit comments