Skip to content
Aditya Kumar edited this page Sep 18, 2020 · 1 revision

show

Usage

cpcli -c cf::1339 show -h
# OR
cpcli show --help
usage: cpcli show [-h] [-v] [-q QUESTION]

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         If True show all test cases (default=False)
  -q QUESTION, --question QUESTION
                        Shows only test cases of the provided question

Example

cpcli -c cf::1339 show
Question 1: A-Filling-Diamonds [⏰ 1 sec] [1 Samples]
Question 2: B-Sorted-Adjacent-Differences [⏰ 1 sec] [1 Samples]
Question 3: C-Powered-Addition [⏰ 1 sec] [1 Samples]
Question 4: D-Edge-Weight-Assignment [⏰ 1 sec] [3 Samples]
Question 5: E-Perfect-Triples [⏰ 2 sec] [1 Samples]
Clone this wiki locally