- name
- clear-tool
- description
- Perform clear-tool operations from the command line.
Clear - CLI Utility
Command-line utility for clear operations.
Quick Start
clear-tool --helpFeatures
- Standard command-line interface
- Common flags and arguments
- Pipe and redirect compatible
- Shell integration
Examples
# Show help
clear-tool --help
# Basic usage
clear-tool [options] [arguments]
# Pipe input
echo "input" | clear-tool [options]