Add Usage/Help Message #10

Open
opened 2026-02-02 15:01:25 -05:00 by jared · 0 comments
Owner

No --help, -h, or usage information

Improvement: Add standard CLI help:

show_usage() {
cat << EOF
Usage: $0 [OPTIONS]

Drive Atlas - Server Drive Mapping Tool

OPTIONS:
-h, --help Show this help message
-v, --version Show version
-d, --debug Enable debug output
-s, --skip-smart Skip SMART data collection (faster)
-c, --color Enable colored output
--no-ceph Skip Ceph information

EOF
}

# No --help, -h, or usage information Improvement: Add standard CLI help: show_usage() { cat << EOF Usage: $0 [OPTIONS] Drive Atlas - Server Drive Mapping Tool OPTIONS: -h, --help Show this help message -v, --version Show version -d, --debug Enable debug output -s, --skip-smart Skip SMART data collection (faster) -c, --color Enable colored output --no-ceph Skip Ceph information EOF }
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: LotusGuild/driveAtlas#10