Skip to content

Help padding drifted #3

@dkushche

Description

@dkushche

How to reproduce:

  • Install crypto
  • Run crypto
  • Run help command

How I want it to look like:

dsa                         ->              dsa_little_doc
dummy_rsa                   ->              dummy_rsa it's super dummy rsa for easier analysis
elgamal                     ->              encrypt/decrypt using elgamal algo
elliptic                    ->              encrypt/decrypt using elliptic algo
generate_ca                 ->              generate_ca_little_doc
generate_client_cert        ->              generate_client_cert_little_doc
hash                        ->             generate hash from data

How it looks now:

dsa                         ->              dsa_little_doc
dummy_rsa                   ->              dummy_rsa it's super dummy rsa for easier analysis
elgamal                     ->              encrypt/decrypt using elgamal algo
elliptic                    ->              encrypt/decrypt using elliptic algo
generate_ca                 ->              generate_ca_little_doc
generate_client_cert   ->              generate_client_cert_little_doc
hash                        ->             generate hash from data

Hint: issue in crypto_commands/help.py

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions