The output of gethelp function in cli_wallet for some functions is not well formatted

The output for the gethelp in cli_wallet should be formatted as the following :

new >>> gethelp list_accounts
gethelp list_accounts

Lists all accounts registered in the blockchain. This returns a list of all account names and their account ids, sorted by account name.

Use the 'lowerbound' and limit parameters to page through the list. To
retrieve all accounts, start by setting 'lowerbound' to the empty string
'""', and then each iteration, pass the last account name returned as the
'lowerbound' for the next 'list_accounts()' call.

Command:
    list_accounts lowerbound limit

Parameters:
    lowerbound (string): the name of the first account to return. If the
        named account does not exist, the list will start at the account
        that comes after 'lowerbound'
    limit (integer): the maximum number of accounts to return (max: 1000)

Returns:
    a list of accounts mapping account names to account ids

But it is not well formatted for the following list:

create_account_role
create_bid
create_custom_permission
create_worker
create_account_with_brain_key
create_lottery
create_asset
create_custom_account_authority
create_offer
update_asset_feed_producers
update_account_role
update_custom_account_authority
update_custom_permission
transfer
list_buy_offers
list_event_groups
list_offer_history
list_betting_market_groups
list_committee_members
list_events_in_group
list_offers
list_sports
list_betting_markets
list_core_accounts
list_sell_offers
get_events_containing_sub_string
get_global_betting_statistics
get_key_label
get_account_lotteries
get_account_roles_by_owner
get_limit_orders
get_active_custom_account_authorities_by_operation
get_lotteries
get_lottery_balance
get_total_matched_bet_amount_for_betting_market_group
get_market_history
get_matched_bets_for_bettor
get_tournaments
get_all_matched_bets_for_bettor
get_tournaments_by_state
get_all_unmatched_bets_for_bettor
get_offer_history_by_bidder
get_offer_history_by_issuer
get_offer_history_by_item
get_unmatched_bets_for_bettor
get_offers_by_issuer
get_offers_by_item
get_block
get_order_book
get_blocks
get_private_key
get_call_orders
get_custom_account_authorities
get_public_key
get_custom_account_authorities_by_permission_id
get_custom_account_authorities_by_permission_name
get_settle_orders
get_custom_permission_by_name
get_custom_permissions
set_key_label
set_fees_on_builder_transaction
set_password
settle_asset
sign_builder_transaction

For example :

unlocked >>> gethelp get_tournaments_by_state 
gethelp get_tournaments_by_state 

No help defined for method get_tournaments_by_state

unlocked >>> gethelp get_transaction_id       
gethelp get_transaction_id 

Convert a JSON transaction to its transactin ID.

Command:
    get_transaction_id trx