taubyte-execution-modes
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseExecution Modes
执行模式
Default mode
默认模式
- Non-interactive by default:
- use
--defaults --yes - provide explicit required flags
- use
- 默认采用非交互式:
- 使用
--defaults --yes - 提供明确的必填标志
- 使用
Interactive mode
交互式模式
- Only when user explicitly requests guided prompts.
- Remove and allow CLI prompts.
--defaults
- 仅当用户明确请求引导式提示时启用。
- 移除 并允许CLI提示。
--defaults
Patterns
模式示例
bash
undefinedbash
undefineddefault
default
tau --defaults --yes <command> <subcommand> <flags...>
tau --defaults --yes <command> <subcommand> <flags...>
interactive
interactive
tau <command> <subcommand>
undefinedtau <command> <subcommand>
undefined