File tree 2 files changed +11
-9
lines changed
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
+ *****************
3
4
4
5
.. toctree ::
5
6
:maxdepth: 2
6
7
:caption: Contents:
8
+ :hidden:
7
9
8
10
This is a system for building command-driven interfaces in Dylan.
9
11
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) .
12
14
13
15
We also strive to implement graphical command interfaces in a similar
14
16
manner to Symbolics Genera, including support for full graphical and
15
17
markup output.
16
18
19
+ (Full documentation is still TBD.)
20
+
17
21
18
22
Indices and tables
19
23
==================
20
24
21
25
* :ref: `genindex `
22
- * :ref: `modindex `
23
- * :ref: `search `
Original file line number Diff line number Diff line change 2
2
"name" : " command-interface" ,
3
3
"description" : " Interactive command interface system for Dylan" ,
4
4
"keywords" : [ " command-line" ],
5
- "version" : " 0.1.1 " ,
5
+ "version" : " 0.1.2 " ,
6
6
"url" : " https://github.com/dylan-lang/command-interface" ,
7
7
"category" : " utilities" ,
8
8
"contact" : " dylan-lang@googlegroups.com" ,
9
9
"dependencies" : [],
10
10
"dev-dependencies" : [
11
- " testworks@3.2.0 " ,
12
- " sphinx-extensions@0.2.0 "
11
+ " testworks" ,
12
+ " sphinx-extensions"
13
13
],
14
14
"license" : " MIT" ,
15
15
"license-url" : " https://opensource.org/license/mit"
You can’t perform that action at this time.
0 commit comments