Leave kitten_alias documented
This commit is contained in:
@@ -2889,8 +2889,15 @@ Similarly, to alias kitten invocation::
|
|||||||
|
|
||||||
opt('+kitten_alias', 'hints hints --hints-offset=0',
|
opt('+kitten_alias', 'hints hints --hints-offset=0',
|
||||||
option_type='kitten_alias',
|
option_type='kitten_alias',
|
||||||
add_to_default=False, documented=False,
|
add_to_default=False,
|
||||||
long_text='Deprecated, use :opt:`action_alias` instead.'
|
long_text='''
|
||||||
|
Like :opt:`action_alias` above but, specifically for kittens. Generally,
|
||||||
|
prefer to use :opt:`action_alias`. This option is a legacy
|
||||||
|
version, present for backwards compatibility. It causes all invocations
|
||||||
|
of the aliased kitten to be substituted. So the example above will cause
|
||||||
|
all invocations of the hints kitten to have the :code:`--hints-offset=0`
|
||||||
|
option applied.
|
||||||
|
'''
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user