DPIclimate / DPIclimate/enviro-node
CLI parsing accepts short commands
Open
bug
firmware
- Dominant language
- C++
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
For example `mqtt log` will execute as `mqtt login`, and `mqtt logo` will run `mqtt logout`.
[See this line](https://github.com/DPIclimate/enviro-node/blob/master/firmware/wombat/src/cli/device_config/ftp_cli.cpp#L134)
The string comparison only goes as far as the input string.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.