From 5a05704d7a34c931c77f42087e5bbec46b594a24 Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Tue, 20 Mar 2018 08:14:33 +0000 Subject: [PATCH] Expands shell limitations section. --- docs/source/shell.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/shell.rst b/docs/source/shell.rst index a76dc56846..62c6301cae 100644 --- a/docs/source/shell.rst +++ b/docs/source/shell.rst @@ -356,6 +356,8 @@ Limitations The shell will be enhanced over time. The currently known limitations include: +* Flows cannot be run unless they override the progress tracker +* If a command requires an argument of an abstract type, the command cannot be run because the concrete subclass to use cannot be specified using the YAML syntax * There is no command completion for flows or RPCs * Command history is not preserved across restarts * The ``jdbc`` command requires you to explicitly log into the database first