Skip to content

xops encode

以下列出命令用法和可用选项。已安装版本支持的参数以 --help 为准。

text
对提供的字符串进行编解码操作

Usage:
  xops encode [command] [-d] args [flags]
  xops encode [command]

Available Commands:
  base64      进行base64Encode/base64Decode操作
  unicode     进行Unicode编解码操作
  url         进行urlEncode/urlDecode操作
  utf8        进行utf-8编解码操作

Flags:
  -d, --decode   切换到解码模式
  -h, --help     help for encode

Global Flags:
      --color string       ANSI 颜色输出 (auto=自动检测管道/重定向, never=禁用, always=强制启用)
      --debug              开启调试模式 (等同于 --log-level=debug)
      --lang string        界面语言 (zh/en)
      --log-level string   设置内部诊断日志级别 (debug, info, warn, error)

Use "xops encode [command] --help" for more information about a command.

MIT License