Commit graph

7 commits

Author SHA1 Message Date
Amelia d70f98d54d
Bump to v0.1.3
Signed-off-by: Lymkwi <lymkwi@vulpinecitrus.info>
2024-02-22 19:59:01 +01:00
Amelia 7c714a9655
Add CLI flags to select which sections to show
Users of the binary can now provide flags `-d/--defs`, `-r/--refs` or
`-c/--docs` to select which sections of the Elixir response they wish to
see. These options can be combined. If none are provided, the default
behaviour is to show everything.

Signed-off-by: Lymkwi <lymkwi@vulpinecitrus.info>
2024-02-22 19:45:36 +01:00
Amelia a5d3ed9af3
Add macro identifier type
- Add "macro" to the recognized types
- Bump version to 1.2
- Update Cargo dependencies
2023-12-12 15:04:27 +01:00
Amelia f296697a95
Add missing typedef reply type
Signed-off-by: Lymkwi <lymkwi@vulpinecitrus.info>
2023-12-11 16:07:47 +01:00
Amelia 6d2b3ead16
Implement display of identifiers
- Implement identifier types and display
- Move all of it into its own submodule
- Parse CLI args as the list of identifiers to fetch
2023-11-01 14:11:59 +01:00
Amelia 1dac97b2dc
Begin deser. data structure implementation 2023-10-31 17:07:39 +01:00
Amelia 5db7f7c0d9
Initial commit 2023-10-31 16:51:43 +01:00