Inconsistency between the help information and reality
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 113
- Forks
- 18
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 23
Description
Tarantool Help
➜ workshop tarantool --help
Tarantool 3.0.0-beta1-2-gcbb569b4c-r611-gc64
----------------------------------------------------------
The recommended way to work with Tarantool is to use tt
tool.
Run a Tarantool instance:
$ tt start --name <instance name>
...
...
Try to start tarantool with help info
➜ workshop tt start --name instance-00
Error: unknown flag: --name
USAGE
tt start [<APP_NAME> | <APP_NAME:INSTANCE_NAME>] [flags]
FLAGS
-h, --help help for start
--integrity-check-period int periodically re-check integrity in watchdog (default 86400)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the mismatch with tarantool --help and tt start --name instance-00, then inspect the tt start command and its help text. Done means the documented invocation and the actual accepted command syntax are consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100