usage: vdb_ax [functions] [<args>]
[functions] query available function information:

    Examples:
         vdb_ax functions --list log  // print functions with 'log' in the name

    --list <filter-name>      list functions, their documentation and their signatures. optionally
                              only list those whose name includes a provided string.
    --list-names              list all available functions names only.

