Skip to content

Commit

Permalink
Merge pull request #34 from cgay/dev
Browse files Browse the repository at this point in the history
Update docs and package file
  • Loading branch information
fraya authored May 13, 2024
2 parents a19eeb3 + a784ac5 commit f4db911
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
14 changes: 8 additions & 6 deletions documentation/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
Welcome to Command interface's documentation!
=============================================
*****************
command-interface
*****************

.. toctree::
:maxdepth: 2
:caption: Contents:
:hidden:

This is a system for building command-driven interfaces in Dylan.

It can currently be used to declaratively design terminal-based
command interfaces, commonly called shells or CLIs.
It can currently be used to declaratively design terminal-based command
interfaces, commonly called shells or CLIs (for Command Line Interface).

We also strive to implement graphical command interfaces in a similar
manner to Symbolics Genera, including support for full graphical and
markup output.

(Full documentation is still TBD.)


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
6 changes: 3 additions & 3 deletions dylan-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "command-interface",
"description": "Interactive command interface system for Dylan",
"keywords": [ "command-line" ],
"version": "0.1.1",
"version": "0.1.2",
"url": "https://github.com/dylan-lang/command-interface",
"category" : "utilities",
"contact": "[email protected]",
"dependencies": [],
"dev-dependencies": [
"testworks@3.2.0",
"sphinx-extensions@0.2.0"
"testworks",
"sphinx-extensions"
],
"license": "MIT",
"license-url": "https://opensource.org/license/mit"
Expand Down

0 comments on commit f4db911

Please sign in to comment.