New permission option: `both`
Open
- Dominant language
- Rust
- Stars
- 16.2k
- Forks
- 510
- PR merge metrics
- No merged PRs in 30d
Description
Add a new option to the permission setting: `both`
This will display both the octal and rwx values.
Example:
```
drwxr-xr-x (0775)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the permission setting and the existing octal and rwx formatting paths in the Rust CLI. Add the `both` option so output combines the rwx value with the octal value, and verify it produces the documented `drwxr-xr-x (0775)` format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100