libcli icon indicating copy to clipboard operation
libcli copied to clipboard

? leads to execution of command

Open FransM opened this issue 7 years ago • 0 comments

With clitest I did enter "show counters ?" This could e.g. happen if a user is entering show counters and assumes there is an actual argument. However instead of some help the command is immediately executed (no return pressed). It seems not correct that the command is executed just by pressing ?

from the log:

router> show counters called cmd_test with "show counters" 1 arguments: ?

FransM avatar Oct 25 '18 11:10 FransM