tarantool / tt

Command-line utility to manage Tarantool applications
Other
101 stars 12 forks source link

Different commands use different flags for auto-confirmation #977

Open elhimov opened 1 month ago

elhimov commented 1 month ago

Below are excerptions related to force-flags from the kill, clean, stop and restart commands:

  -f, --force   do not ask for confirmation
  -f, --force   do not ask for confirmation
  -y, --yes    Automatic yes to confirmation prompt
  -y, --yes    Automatic yes to confirmation prompt

Consider using the single approach (for example -f, --force flags).