mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07:00
draft to generate man pages
This commit is contained in:
parent
7b197d823e
commit
b4c47ebf68
8 changed files with 170 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue