Update TargetArgument docs

This commit is contained in:
jpic 2020-06-11 18:39:43 +02:00
parent afc1823e54
commit 9330125208

View File

@ -21,7 +21,9 @@ class Group(cli2.Group):
class TargetArgument(cli2.Argument): class TargetArgument(cli2.Argument):
"""DSN of the target to execute on, localhost by default, TBI""" """
Target to execute on: localhost by default, target=@ssh_host for ssh.
"""
def __init__(self, cmd, param, doc=None, color=None, default=None): def __init__(self, cmd, param, doc=None, color=None, default=None):
from shlax.targets.base import Target from shlax.targets.base import Target