ansible/lib/ansible/cli
Rick Elrod b0389c7f11
[cli] remove superfluous trailing space from help (#74551)
Change:
- After we output the newline in help text, we also added a space. This
  caused either a space to show up before the shell prompt (in shells
  like bash), or " %" and a newline before the next prompt on shells
  like zsh that automatically force commands to end with a newline.
- This change removes the extra space, so that peace can be restored in
  the minds of many.
- This only showed up when running commands with no arguments or invalid
  arguments.

Test Plan:
- Ran `ansible`, `ansible -h`, `ansible-playbook`, `ansible-galaxy`, and
  `ansible-galaxy -h`.

Tickets:
- Introduced in #69458

Signed-off-by: Rick Elrod <rick@elrod.me>
2021-05-04 11:42:17 -04:00
..
arguments Abstract away libyaml details into yaml utils (#72607) 2021-04-21 16:47:03 -05:00
scripts force version on deprecation (#74338) 2021-04-26 13:02:00 -04:00
__init__.py [cli] remove superfluous trailing space from help (#74551) 2021-05-04 11:42:17 -04:00
adhoc.py Fix missing ansible.builtin FQCNs in hardcoded action names (#71824) 2020-11-03 08:51:31 -05:00
config.py Add plugin config lists (#49627) 2021-04-29 15:01:05 -04:00
console.py Fixes for ansible-console usability (#73665) 2021-03-01 14:04:59 -05:00
doc.py use versioned doclink for url references (#74245) 2021-04-26 13:07:38 -04:00
galaxy.py Abstract away libyaml details into yaml utils (#72607) 2021-04-21 16:47:03 -05:00
inventory.py Don't fail for mixed typed keys (#73726) 2021-03-03 14:24:50 -05:00
playbook.py Fix missing ansible.builtin FQCNs in hardcoded action names (#71824) 2020-11-03 08:51:31 -05:00
pull.py ansible-pull: Run All Playbooks When Multiple Are Supplied (#73172) 2021-03-17 13:52:51 -04:00
vault.py Shadow input for encrypt_string by default unless asked (fixes #71618) (#73263) 2021-01-20 15:50:24 -05:00