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
}
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
}