mirror of
https://github.com/kevinveenbirkenbach/splitted-secret.git
synced 2024-11-22 02:01:05 +01:00
Optimized usability
This commit is contained in:
parent
080b8d66e4
commit
591af85d82
@ -4,7 +4,7 @@ The purpose of this software is to splitt a secret over multiple people. Just if
|
|||||||
## requirements
|
## requirements
|
||||||
|
|
||||||
### system
|
### system
|
||||||
This software is developed for and on a [Arch Linux](https://archlinux.org/) system.
|
This software is developed for and on an [Arch Linux](https://archlinux.org/) system.
|
||||||
|
|
||||||
### setup
|
### setup
|
||||||
|
|
||||||
@ -68,5 +68,4 @@ python scripts/main.py --amount 3 --quota 50 --mode encrypt --add-user-informati
|
|||||||
|
|
||||||
## todo
|
## todo
|
||||||
- add data-input attribut
|
- add data-input attribut
|
||||||
- add data-output attribut
|
- add data-output attribut
|
||||||
- write scenario test
|
|
@ -42,6 +42,7 @@ try:
|
|||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
print("Application started.")
|
print("Application started.")
|
||||||
|
print("To leave the appplication use the key kombination: <<Ctr>> + <<Alt>> + <<C>>")
|
||||||
print("Selected Mode: " + args.mode)
|
print("Selected Mode: " + args.mode)
|
||||||
|
|
||||||
if args.mode == 'cleanup':
|
if args.mode == 'cleanup':
|
||||||
|
Loading…
Reference in New Issue
Block a user