MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / clean_description

Function clean_description

keepercommander/cli.py:95–99  ·  view source on GitHub ↗

Remove trailing period from description

(desc)

Source from the content-addressed store, hash-verified

93 terminal_width = 80
94
95 def clean_description(desc):
96 """Remove trailing period from description"""
97 if desc and desc.endswith('.'):
98 return desc[:-1]
99 return desc
100
101 # Collect all commands from all sources
102 all_commands = {}

Callers 1

display_command_helpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected