I need to display output of table based on argument,
show country information <country name>
But I don’t want to display anything if argument is not passed. i.e., if user executes
“show country information”, it should not display anything.
There is no need to auto suggest <country name>.
Is this possible it to achieve through tailf:callpoint?
It is useful, if table has million rows. By default, I don’t want to print million rows when
“show country information” is executed.
But if argument is passed as in,
“show country information Sweden” then CLI should display Sweden related information in a table.
Is this something that is achievable through confd tailf:callpoint?