Open DudeWhoCode opened 7 years ago
kulay -f random_sqs.test_queue -t redis.test_buffer In above command the main section random_sqs is invalid and test_queue sub-section is valid. The command doesn't throw any error and silently waits.
kulay -f random_sqs.test_queue -t redis.test_buffer
random_sqs
test_queue
kulay -f random_sqs.test_queue -t redis.test_buffer
In above command the main sectionrandom_sqs
is invalid andtest_queue
sub-section is valid. The command doesn't throw any error and silently waits.