Skip to content

Commit

Permalink
docs: update readme with 'force' flag info
Browse files Browse the repository at this point in the history
  • Loading branch information
70sh1 committed Mar 29, 2024
1 parent 40bb979 commit 396bce5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ _eddy_ is a simple and fast CLI file encryption tool. It features concurrent fil

`--no-emoji, -n` - disable emojis and color in output.

`--force` - force decrypt. Bypasses file authentication and, inherently, password check. Useful when the encrypted file is corrupt (damaged) but you still want to decrypt it.

`--unsafe-password` - replace interactive password prompt with the provided value. Intended for scripts/automation and reading password from environment variables. The "unsafe" prefix here is to indicate that the provided value will likely stay in the shell command history which is not safe.

### Examples
Expand Down

0 comments on commit 396bce5

Please sign in to comment.