rage 0.11.2

[BETA] A simple, secure, and modern encryption tool.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
bin.name = "rage-keygen"
args = "--help"
stdout = """
Usage: rage-keygen[EXE] [OPTIONS] [INPUT]

Arguments:
  [INPUT]  Path to a file to read from.

Options:
  -h, --help             Print this help message and exit.
  -V, --version          Print version info and exit.
  -o, --output <OUTPUT>  Write the result to the file at path OUTPUT. Defaults to standard output.
  -y                     Convert an identity file to a recipients file.
"""
stderr = ""