mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 22:22:26 +00:00
15 lines
400 B
Markdown
15 lines
400 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## Expected behavior
|
|
If applicable, add the output of the classic ls command (`\ls -la`) in order to show the buggy file/directory.
|
|
|
|
## Actual behavior
|
|
If the application panics run the command with the trace (`RUST_BACKTRACE=1 lsd ...`).
|
|
If it's a graphical error add a screenshot if possible.
|