Skip to content

Commit

Permalink
rage: Update expected CLI test outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Feb 3, 2024
1 parent 7dc99c0 commit b6a0c37
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 38 deletions.
16 changes: 8 additions & 8 deletions rage/tests/cmd/rage-keygen/help_it.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ bin.name = "rage-keygen"
args = "--help"
env.add.LC_ALL = "it"
stdout = """
Usage: rage-keygen[EXE] [OPTIONS] [INPUT]
Utilizzo: rage-keygen[EXE] [OPTIONS] [INPUT]
Arguments:
[INPUT] Path to a file to read from.
Argomenti:
[INPUT] Posizione di un file di input.
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.
Opzioni:
-h, --help Presenta questo messaggio e esci.
-V, --version Presenta la versione e esci.
-o, --output <OUTPUT> Scrivi l'output al file OUTPUT. Standard output di default.
-y Converti un file di identità in un file di destinatari.
"""
stderr = ""
20 changes: 10 additions & 10 deletions rage/tests/cmd/rage-mount/help_it.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ bin.name = "rage-mount"
args = "--help"
env.add.LC_ALL = "it"
stdout = """
Usage: rage-mount[EXE] [OPTIONS] --types <TYPES> <FILENAME> <MOUNTPOINT>
Utilizzo: rage-mount[EXE] [OPTIONS] --types <TIPI> <PERCORSO> <MOUNTPOINT>
Arguments:
<FILENAME> The encrypted filesystem to mount.
<MOUNTPOINT> The directory to mount the filesystem at.
Argomenti:
<PERCORSO> Il filesystem cifrato da montare.
<MOUNTPOINT> La cartella su cui montare il filesystem.
Options:
-h, --help Print this help message and exit.
-V, --version Print version info and exit.
-t, --types <TYPES> Indicates the filesystem type (one of "tar", "zip").
--max-work-factor <WF> Maximum work factor to allow for passphrase decryption.
-i, --identity <IDENTITY> Use the identity file at IDENTITY. May be repeated.
Opzioni:
-h, --help Presenta questo messaggio e esci.
-V, --version Presenta la versione e esci.
-t, --types <TIPI> Il tipo del filesystem (uno di "tar", "zip").
--max-work-factor <WF> Fattore di complessità massima per decifrare passphrase.
-i, --identity <IDENTITÀ> Usa il file IDENTITÀ. Può essere ripetuto.
"""
stderr = ""
40 changes: 20 additions & 20 deletions rage/tests/cmd/rage/help_it.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,38 @@ bin.name = "rage"
args = "--help"
env.add.LC_ALL = "it"
stdout = """
Usage: rage[EXE] [--encrypt] (-r RECIPIENT | -R PATH)... [-i IDENTITY] [-a] [-o OUTPUT] [INPUT]
Utilizzo: rage[EXE] [--encrypt] (-r DESTINATARIO | -R PERCORSO)... [-i IDENTITÀ] [-a] [-o OUTPUT] [INPUT]
rage[EXE] [--encrypt] --passphrase [-a] [-o OUTPUT] [INPUT]
rage[EXE] --decrypt [-i IDENTITY] [-o OUTPUT] [INPUT]
rage[EXE] --decrypt [-i IDENTITÀ] [-o OUTPUT] [INPUT]
Arguments:
[INPUT] Path to a file to read from.
Argomenti:
[INPUT] Posizione di un file di input.
Options:
-h, --help Print this help message and exit.
-V, --version Print version info and exit.
-e, --encrypt Encrypt the input (the default).
-d, --decrypt Decrypt the input.
-p, --passphrase Encrypt with a passphrase instead of recipients.
--max-work-factor <WF> Maximum work factor to allow for passphrase decryption.
-a, --armor Encrypt to a PEM encoded format.
-r, --recipient <RECIPIENT> Encrypt to the specified RECIPIENT. May be repeated.
-R, --recipients-file <PATH> Encrypt to the recipients listed at PATH. May be repeated.
-i, --identity <IDENTITY> Use the identity file at IDENTITY. May be repeated.
-j <PLUGIN-NAME> Use age-plugin-PLUGIN-NAME in its default mode as an identity.
-o, --output <OUTPUT> Write the result to the file at path OUTPUT.
Opzioni:
-h, --help Presenta questo messaggio e esci.
-V, --version Presenta la versione e esci.
-e, --encrypt Cifra l'input (il default).
-d, --decrypt Decifra l'input.
-p, --passphrase Cifra con una passphrase invece che con i destinatari.
--max-work-factor <WF> Fattore di complessità massima per decifrare passphrase.
-a, --armor Codifica l'output della cifratura in PEM.
-r, --recipient <DESTINATARIO> Cifra al DESTINATARIO specificato. Può essere ripetuto.
-R, --recipients-file <PERCORSO> Cifra ai destinatari elencati in PERCORSO. Può essere ripetuto.
-i, --identity <IDENTITÀ> Usa il file IDENTITÀ. Può essere ripetuto.
-j <NOME-PLUGIN> Usa age-plugin-NOME-PLUGIN in modalità di default come identità.
-o, --output <OUTPUT> Scrivi l'output al file OUTPUT.
INPUT ha come valore predefinito lo standard input, e OUTPUT ha come
valore predefinito lo standard output.
RECIPIENT può essere:
DESTINATARIO può essere:
- Una chiave pubblica age, come generata da rage-keygen[EXE] ("age1...").
- Una chiave pubblica SSH ("ssh-ed25519 AAAA...", "ssh-rsa AAAA...").
PATH è il percorso ad un file contenente dei destinatari age,
PERCORSO è il percorso ad un file contenente dei destinatari age,
uno per riga (ignorando i commenti che iniziano con "#" e le righe vuote).
IDENTITY è il percorso ad un file contenente identità age, una per
IDENTITÀ è il percorso ad un file contenente identità age, una per
riga (ignorando i commenti che iniziano con "#" e le righe vuote), o ad un
file contenente una chiave SSH.
I file di identità possono essere cifrati con age e una passphrase.
Expand Down

0 comments on commit b6a0c37

Please sign in to comment.