Skip to content

Commit

Permalink
Added example
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdrive committed Nov 8, 2021
1 parent 4c46ddd commit 82049d2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ OPTIONS:
* [-p|--pipe] # Force Pipe mode. (default: false)
* [-s|--sequential] # Force Sequential mode. (force set --jobs 1)
* [-q|--quiet] # Quiet mode. (default: false)
ex)
parasoul --delimiter "@" --command "echo foo XXX" --replace-token "XXX" -- aaa@bbb@ccc@ddd
echo aaa bbb ccc | parasoul --command "echo foo XXX" --replace-token "XXX" --pipe
```

Environments
Expand Down
5 changes: 5 additions & 0 deletions parasoul
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ OPTIONS:
* [-s|--sequential] # Force Sequential mode. (force set --jobs 1)
* [-q|--quiet] # Quiet mode. (default: false)
ex)
parasoul --delimiter "@" --command "echo foo XXX" --replace-token "XXX" -- aaa@bbb@ccc@ddd
echo aaa bbb ccc | parasoul --command "echo foo XXX" --replace-token "XXX" --pipe
HELP
}

Expand Down
5 changes: 5 additions & 0 deletions parasoul.1
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ OPTIONS:
* [-s|--sequential] # Force Sequential mode. (force set --jobs 1)
* [-q|--quiet] # Quiet mode. (default: false)

ex)
parasoul --delimiter "@" --command "echo foo XXX" --replace-token "XXX" -- aaa@bbb@ccc@ddd

echo aaa bbb ccc | parasoul --command "echo foo XXX" --replace-token "XXX" --pipe

.fi
.RE

Expand Down

0 comments on commit 82049d2

Please sign in to comment.