Skip to content

will-we/rust-cli

Repository files navigation

rust-cli

rust-cli is rust tool.

Usage

rust-cli <command> [options]

Commands

  • csv: CSV file processing tool. CSV file can be converted to JSON or YAML format.
  • json: JSON file processing tool. JSON file can be converted to CSV or YAML format.
  • random: Generate random JSON data.
  • base64: Base64 encoding and decoding tool.

Options

  • -h, --help: Show help.
  • -v, --version: Show version.