Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andresdelfino committed Mar 27, 2023
1 parent 4df8fb0 commit fa0057d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ output.17890 /usr/bin/tbl out ? \_ tbl
output.17891 /usr/bin/groff err 3 \_ groff -mandoc -Thtml
```

#Installation
# Installation

On a virtual environment, run:

```
pip install git+ssh://[email protected]/andresdelfino/strace_tree_printer.git
```

#Use
# Use

```
usage: strace_tree_printer [-h] [--prefix PREFIX] [--root-path ROOT_PATH]
Expand All @@ -37,9 +37,10 @@ options:
--root-path ROOT_PATH
```

Prefix is the argument passed to the `-o` option of the `strace` execution.
PREFIX is the argument passed to the `-o` option of the `strace` execution. Defaults to "output".
ROOT_PATH is the path where the logs are located. Defaults to working directory.

#Output
# Output

Output column tells if the command wrote on `stdout` or `stderr`.
Exit column content is red if the exit status is non-zero.
Expand Down

0 comments on commit fa0057d

Please sign in to comment.