Skip to content

Commit

Permalink
feat(help): add vertical whitespace between cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Dec 8, 2024
1 parent 24a518f commit e2a85f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ Usage: STONE_AGENT_KEY=AGE-SECRET-KEY-1... stone-agent listen [unix-socket]
Commands:
listen
Start agent
decrypt
Decrypt standard input to standard output by connecting to running
agent
pipe
Decrypt standard input to standard output by running age. (Used
internally by 'listen'.)
Expand Down
2 changes: 2 additions & 0 deletions stone-agent
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ Usage: STONE_AGENT_KEY=AGE-SECRET-KEY-1... $(basename "$0") listen [unix-socket]
Commands:
listen
Start agent
decrypt
Decrypt standard input to standard output by connecting to running agent
pipe
Decrypt standard input to standard output by running age. (Used internally by 'listen'.)
Expand Down

0 comments on commit e2a85f6

Please sign in to comment.