From 683cbbdd753611c6f09e5111bb1aa3c29e6b909d Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 13 Apr 2015 13:19:23 +0200 Subject: [PATCH] docs(CLI): relative cursor positioning It would still be nice though to show absolute positioning as well. --- src/mako/cli/docs/commands.md.mako | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mako/cli/docs/commands.md.mako b/src/mako/cli/docs/commands.md.mako index cf058eaced..42fc24024d 100644 --- a/src/mako/cli/docs/commands.md.mako +++ b/src/mako/cli/docs/commands.md.mako @@ -171,8 +171,8 @@ ${SPLIT_END} - ${f.property.get('description', NO_DESC) | indent_all_but_first_by(2)} <% abs_cursor_arg = '' %> % else: -${self._list_schem_args(f, '%s' % (abs_cursor + FIELD_SEP + mangle_subcommand(fn)))} -<% abs_cursor_arg = cursor_arg() or cursor_fmt(FIELD_SEP) %>\ +${self._list_schem_args(f, '%s' % mangle_subcommand(fn))} +<% abs_cursor_arg = cursor_fmt(FIELD_SEP + FIELD_SEP) %>\ % endif % endfor \ No newline at end of file