Skip to content

Commit

Permalink
collapsed symbol resolution section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria committed Sep 14, 2023
1 parent 101bfd8 commit e0959d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ For instance, to have _sqelf_ emit JSON you can do the following:

### Queries

#### List all symbol resolutions
<details>
<summary>List all symbol resolutions (match import & export)</summary>

```console
sqlelf /usr/bin/ruby --sql "SELECT caller.path as 'caller.path',
Expand Down Expand Up @@ -198,8 +199,7 @@ LIMIT 25;"
│ /lib/x86_64-linux-gnu/libruby-3.1.so.3.1 │ /lib/x86_64-linux-gnu/libm.so.6 │ atan2 │ atan2 │
└──────────────────────────────────────────┴──────────────────────────────────────────┴──────────────────────┴──────────────────────┘
```

## Symbol Aliasing
</details>

<details>
<summary>Find symbols that are exported by more than one library</summary>
Expand Down

0 comments on commit e0959d0

Please sign in to comment.