The issue requests implementing the ` p` flag for `lsd`. To start, look at how existing flags are defined in `src/flags.rs` and how they affect output in `src/display.rs` or similar files. The flag should cause directory names to be appended with a slash. Check the discussion in the comments for any design considerations. After implementing, ensure tests are added and documentation updated.
[ENHANCEMENT] Implementing ls -p argument · lsd-rs/lsd#857 | Good First Issue