Duzzuti/passwd-manager

[NTH] Allow to use the tool as a CLI (command line interface)

Aberta

#15 aberto em 29 de mai. de 2023

 (1 comentário) (0 reação) (0 responsável)C++ (4 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (9 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Instead of interacting with the app with the current conversational menu style it would be more efficient to use a CLI style.

  • Difficulty (1-10): 6

  • Current behaviour:

./pman
  • Wished behaviour: For example
pman --help
pman --encryptfile [ ] --iterations [ ] --encrypmethod [ ]

Guia do colaborador