You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/cli.rst
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,12 @@
3
3
``clams`` shell command
4
4
=======================
5
5
6
-
``clams-python`` comes with a command line interface (CLI) that allows you to
6
+
``clams-python`` comes with a command line interface (CLI) for creating a new CLAMS app from a template (``develop`` subcommand).
7
7
8
-
#. create a new CLAMS app from a template
9
-
#. create a new MMIF file with selected source documents and an empty view
8
+
The CLI is installed as the ``clams`` shell command. For backward compatibility, it also exposes all ``mmif`` subcommands (``source``, ``rewind``, ``describe``, ``summarize``). See the `mmif-python CLI documentation <https://clams.ai/mmif-python/cli>`_ for details on those commands.
10
9
11
-
The CLI is installed as ``clams`` shell command. To see the available commands, run
0 commit comments