Settings
Help

Module keys

Module keys 

Source
Available on crate feature onion-service-cli-extra only.
Expand description

The keys subcommand.

StructsΒ§

CheckIntegrityArgs πŸ”’
The arguments of the CheckIntegrity subcommand.
ListArgs πŸ”’
The arguments of the List subcommand.

EnumsΒ§

KeysSubcommand πŸ”’
KeysSubcommands πŸ”’
The keys subcommands the arti CLI will be augmented with.

ConstantsΒ§

LINE_LEN πŸ”’
Length of a line, used for formatting

FunctionsΒ§

create_all_services πŸ”’ onion-service-service
Helper function for run_check_integrity.
display_arti_entry πŸ”’
Displays an Arti native keystore entry.
display_ctor_entry πŸ”’
Displays a CTor keystore entry.
display_entry πŸ”’
Print information about a keystore entry.
display_invalid_keystore_entries πŸ”’
Helper function of run_check_integrity, reduces cognitive complexity.
display_keystore_entries πŸ”’
Helper function of run_list_keys, reduces cognitive complexity.
display_unrecognized_entry πŸ”’
Print information about an unrecognized keystore entry.
get_expired_keys πŸ”’ onion-service-service
Helper function for run_check_integrity.
maybe_remove_invalid_entries πŸ”’
Helper function for run_check_integrity.
run πŸ”’
Run the keys subcommand.
run_check_integrity πŸ”’
Run keys check-integrity subcommand.
run_list_keys πŸ”’
Run the keys list subcommand.
run_list_keystores πŸ”’
Run keys list-keystores subcommand.