list

command
v0.0.0-...-155abb7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2026 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Overview

`list` shows directory contents.

Useful options: - `--all` to include hidden entries. - `--long` for detailed columns. - `--human` for readable size units.

Example usage: ```sh list list /config list --all --long /users/alice ```