mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
draft to generate man pages
This commit is contained in:
@@ -79,7 +79,7 @@ class ConsoleCLI(CLI, cmd.Cmd):
|
||||
|
||||
def parse(self):
|
||||
self.parser = CLI.base_parser(
|
||||
usage='%prog <host-pattern> [options]',
|
||||
usage='%prog [<host-pattern>] [options]',
|
||||
runas_opts=True,
|
||||
inventory_opts=True,
|
||||
connect_opts=True,
|
||||
@@ -87,6 +87,8 @@ class ConsoleCLI(CLI, cmd.Cmd):
|
||||
vault_opts=True,
|
||||
fork_opts=True,
|
||||
module_opts=True,
|
||||
desc="REPL console for executing Ansible tasks.",
|
||||
epilog="This is not a live session/connection, each task executes in the background and returns it's results."
|
||||
)
|
||||
|
||||
# options unique to shell
|
||||
|
||||
Reference in New Issue
Block a user