docs(CLI): relative cursor positioning

It would still be nice though to show absolute positioning as well.
This commit is contained in:
Sebastian Thiel
2015-04-13 13:19:23 +02:00
parent 92b1ef7476
commit 683cbbdd75

View File

@@ -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
</%def>